mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-17 19:41:07 +00:00
Begin writing the core utils that we'll use for testing things
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "test_utils"
|
||||
version = "0.1.0"
|
||||
authors = ["James Wilson <james@jsdw.me>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.15"
|
||||
http = "0.2.4"
|
||||
log = "0.4.14"
|
||||
soketto = "0.6.0"
|
||||
thiserror = "1.0.25"
|
||||
tokio = { version = "1.7.1", features = ["full"] }
|
||||
tokio-util = "0.6.7"
|
||||
Reference in New Issue
Block a user