This commit is contained in:
John Smith
2023-03-13 17:57:51 -04:00
parent 894acc18e3
commit dae2e7c10f
4 changed files with 15 additions and 6 deletions

View File

@@ -8,8 +8,13 @@ license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"
[lib]
crate-type = ["cdylib", "rlib"]
[features]
default = [ "veilid-core/rt-tokio", "veilid-core/default" ]
crypto-test = [ "veilid-core/rt-tokio", "veilid-core/crypto-test"]
[dependencies]
veilid-core = { path = "../veilid-core" }
veilid-core = { path = "../veilid-core", default-features = false }
tracing = { version = "^0", features = ["log", "attributes"] }
tracing-wasm = "^0"