diff options
| author | Fuwn <[email protected]> | 2024-04-10 09:32:15 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-04-10 09:32:15 +0000 |
| commit | e109360fc20f8e1496f5116ab6dd50978916f394 (patch) | |
| tree | a5ae575a971820a272fac5e29ce68523b85f5bf7 /Cargo.toml | |
| parent | feat(rossweisse): bump version (diff) | |
| download | windmark-e109360fc20f8e1496f5116ab6dd50978916f394.tar.xz windmark-e109360fc20f8e1496f5116ab6dd50978916f394.zip | |
chore(examples): update rossweisse example
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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" } |