Sort dependencies
Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
parent
8404f38182
commit
2116659a14
11
Cargo.toml
11
Cargo.toml
@ -16,15 +16,14 @@ categories = ["web-programming"]
|
|||||||
exclude = [".*"]
|
exclude = [".*"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
byte_string = "1"
|
||||||
|
bytes = "1.1"
|
||||||
|
futures = "0.3"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pretty_env_logger = "0.4"
|
pretty_env_logger = "0.4"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_yaml = "0.9.21"
|
serde_yaml = "0.9.21"
|
||||||
futures = "0.3"
|
|
||||||
tls-parser = "0.11"
|
|
||||||
url = "2.2.2"
|
|
||||||
time = { version = "0.3.1", features = ["local-offset", "formatting"] }
|
time = { version = "0.3.1", features = ["local-offset", "formatting"] }
|
||||||
|
tls-parser = "0.11"
|
||||||
tokio = { version = "1.0", features = ["full"] }
|
tokio = { version = "1.0", features = ["full"] }
|
||||||
|
url = "2.2.2"
|
||||||
bytes = "1.1"
|
|
||||||
byte_string = "1"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user