aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-04-10 09:32:15 +0000
committerFuwn <[email protected]>2024-04-10 09:32:15 +0000
commite109360fc20f8e1496f5116ab6dd50978916f394 (patch)
treea5ae575a971820a272fac5e29ce68523b85f5bf7 /Cargo.toml
parentfeat(rossweisse): bump version (diff)
downloadwindmark-e109360fc20f8e1496f5116ab6dd50978916f394.tar.xz
windmark-e109360fc20f8e1496f5116ab6dd50978916f394.zip
chore(examples): update rossweisse example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 02d518f..241ac7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,13 @@ tokio-openssl = { version = "0.6.3", optional = true }
async-std-openssl = { version = "0.6.3", optional = true }
# Non-blocking I/O
-tokio = { version = "1.26.0", default-features = false, features = ["rt-multi-thread", "sync", "net", "io-util", "macros"], optional = true }
+tokio = { version = "1.26.0", default-features = false, features = [
+ "rt-multi-thread",
+ "sync",
+ "net",
+ "io-util",
+ "macros",
+], optional = true }
async-trait = "0.1.68"
async-std = { version = "1.12.0", features = ["attributes"], optional = true }
@@ -50,4 +56,4 @@ tree_magic = { version = "0.2.3", optional = true } # MIME
paste = "1.0.12" # Token Pasting
[dev-dependencies]
-rossweisse = { version = "0.0.2", path = "./rossweisse" }
+rossweisse = { version = "0.0.3", path = "./rossweisse" }