Skip to content

Commit

Permalink
Add missing macros feature to tokio in talpid-tunnel-config-client
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Nov 29, 2023
1 parent 12d3433 commit 29d4acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-tunnel-config-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ talpid-types = { path = "../talpid-types" }
tonic = { workspace = true }
tower = { workspace = true }
prost = { workspace = true }
tokio = { workspace = true }
tokio = { workspace = true, features = ["macros"] }
classic-mceliece-rust = { version = "2.0.0", features = ["mceliece460896f", "zeroize"] }
pqc_kyber = { version = "0.4.0", features = ["std", "kyber1024", "zeroize"] }
zeroize = "1.5.7"
Expand Down

0 comments on commit 29d4acf

Please sign in to comment.