From 58d9f87bd226791c2ada03eb9e37355ee70df9af Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 23 Jun 2022 12:28:41 +0200 Subject: [PATCH] Clean up Cargo.toml --- Cargo.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0071049..7e4fbe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,11 @@ serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" thiserror = "1.0.31" tokio = { version = "1.19.2", features = ["full"] } -tokio-tungstenite = { version = "0.17.1", features = [ - "rustls-tls-native-roots", -] } -toss = { git = "https://github.com/Garmelon/toss.git", rev = "761519c1a7cdc950eab70fd6539c71bf22919a50" } + +[dependencies.tokio-tungstenite] +version = "0.17.1" +features = ["rustls-tls-native-roots"] + +[dependencies.toss] +git = "https://github.com/Garmelon/toss.git" +rev = "761519c1a7cdc950eab70fd6539c71bf22919a50"