cargo-features = ["per-package-target"] [package] name = "runtime" version = "0.1.0" edition = "2021" forced-target = "wasm32-unknown-unknown" [lib] path = "src/lib.rs" crate-type = ["cdylib", "staticlib"] [dependencies] #dlmalloc = { version = "0.2.4", features = ["global"] } cultivar-common = { path = "../common" } #cultivar-runtime-interface = { path = "../runtime-interface" } parity-scale-codec = "3.6.3" wee_alloc = "0.4.5"