|
|
@ -6,13 +6,8 @@ edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
[dependencies]
|
|
|
|
clap = "2.33.0"
|
|
|
|
|
|
|
|
tokio = { version= "1", features = ["full"] }
|
|
|
|
tokio = { version= "1", features = ["full"] }
|
|
|
|
tokio-stream = "0.1.6"
|
|
|
|
tokio-stream = "0.1.6"
|
|
|
|
warp = "0.3"
|
|
|
|
warp = "0.3"
|
|
|
|
serde = "*"
|
|
|
|
|
|
|
|
serde_derive = "*"
|
|
|
|
|
|
|
|
toml = "0.5"
|
|
|
|
|
|
|
|
serde_json = "1.0"
|
|
|
|
|
|
|
|
futures = { version = "0.3", default-features=false}
|
|
|
|
futures = { version = "0.3", default-features=false}
|
|
|
|
uuid = { version = "0.4", features = ["serde", "v4"] }
|
|
|
|
uuid = { version = "0.4", features = ["serde", "v4"] }
|