Skip to content

Commit

Permalink
portal: cargo: Use tokio feature
Browse files Browse the repository at this point in the history
  • Loading branch information
A6GibKm committed Aug 10, 2024
1 parent aa2e276 commit 73c72b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ version.workspace = true
[dependencies]
futures-channel.workspace = true
futures-util.workspace = true
oo7 = { workspace = true, features = ["unstable"] }
oo7 = { workspace = true, features = ["tokio", "native_crypto", "unstable"] }
ring = "0.17.5"
secrecy = { version = "0.8", features = ["alloc"] }
serde.workspace = true
tokio = { workspace = true, features = ["io-util", "net", "macros", "rt-multi-thread"] }
tracing = "0.1"
tracing-subscriber.workspace = true
zbus.workspace = true
zbus = { workspace = true, features = ["tokio"] }
zeroize.workspace = true

0 comments on commit 73c72b4

Please sign in to comment.