Browse Source

Clean up unused solstice-proto dependencies.

wip
Titouan Rigoudy 4 years ago
parent
commit
d21ffc29d9
2 changed files with 1 additions and 5 deletions
  1. +0
    -2
      Cargo.lock
  2. +1
    -3
      proto/Cargo.toml

+ 0
- 2
Cargo.lock View File

@ -741,10 +741,8 @@ dependencies = [
"bytes",
"encoding_rs",
"env_logger 0.9.0",
"futures",
"log",
"md-5",
"parking_lot",
"serde",
"serde_json",
"thiserror",


+ 1
- 3
proto/Cargo.toml View File

@ -7,14 +7,12 @@ edition = "2021"
[dependencies]
bytes = "^1.0"
encoding_rs = "^0.8"
env_logger = "^0.9"
futures = "^0.3"
log = "^0.4"
md-5 = "^0.9"
parking_lot = "^0.11"
serde = { version = "^1.0", features = ["derive"] }
thiserror = "^1.0"
tokio = { version = "^1.0", features = ["full"] }
[dev-dependencies]
env_logger = "^0.9"
serde_json = "^1.0"

Loading…
Cancel
Save