Clean up Cargo.toml
This commit is contained in:
parent
2df2da9387
commit
58d9f87bd2
1 changed files with 8 additions and 4 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -18,7 +18,11 @@ serde = { version = "1.0.137", features = ["derive"] }
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.81"
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
tokio = { version = "1.19.2", features = ["full"] }
|
tokio = { version = "1.19.2", features = ["full"] }
|
||||||
tokio-tungstenite = { version = "0.17.1", features = [
|
|
||||||
"rustls-tls-native-roots",
|
[dependencies.tokio-tungstenite]
|
||||||
] }
|
version = "0.17.1"
|
||||||
toss = { git = "https://github.com/Garmelon/toss.git", rev = "761519c1a7cdc950eab70fd6539c71bf22919a50" }
|
features = ["rustls-tls-native-roots"]
|
||||||
|
|
||||||
|
[dependencies.toss]
|
||||||
|
git = "https://github.com/Garmelon/toss.git"
|
||||||
|
rev = "761519c1a7cdc950eab70fd6539c71bf22919a50"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue