Cargo Features
MOC has no features set by default.
[dependencies]
moc = { version = "0.17.0", features = ["storage"] }
- storage
-
Enables slab
Affects
moc::storage
…
Features from optional dependencies
I so far have a problem with building the cli with:
- cargo deb --target x86_64-unknown-linux-musl
It tries to compile crates/wasm but failed because of crate-type = ["cdylib"] in wasm Cargo.toml