This commit is contained in:
parent
69be9f7aca
commit
089def45d1
37 changed files with 2792 additions and 225 deletions
|
|
@ -6,6 +6,9 @@ edition = "2024"
|
|||
[dependencies]
|
||||
thiserror = "2.0.18"
|
||||
|
||||
[features]
|
||||
pipes = []
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
wtransport = { version = "0.7.1", default-features = false, features = [
|
||||
"aws-lc-rs",
|
||||
|
|
|
|||
Loading…
Reference in a new issue