+1
Cargo.lock
+1
Cargo.lock
+5
crates/jacquard-identity/Cargo.toml
+5
crates/jacquard-identity/Cargo.toml
···
43
43
hickory-resolver = { optional = true, version = "0.24", default-features = false, features = ["system-config", "tokio-runtime"]}
44
44
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
45
45
46
+
47
+
[target.'cfg(target_arch = "wasm32")'.dependencies]
48
+
mini-moka = { git = "https://github.com/moka-rs/mini-moka", rev = "da864e849f5d034f32e02197fee9bb5d5af36d3d", features = ["js"] }
49
+
50
+
46
51
[[example]]
47
52
name = "resolve_lexicon"
48
53
path = "../../examples/resolve_lexicon.rs"