This commit is contained in:
parent
1b796d0ce7
commit
3919eb46fd
4 changed files with 24 additions and 3 deletions
|
|
@ -27,6 +27,8 @@ serde = { version = "1", optional = true, features = ["derive"] }
|
|||
rcgen = { version = "0.14", optional = true }
|
||||
time = { version = "0.3", optional = true }
|
||||
tokio = { version = "1", features = ["macros", "rt"], optional = true }
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
rustls = "0.23.41"
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Reference in a new issue