cycles-quartz/apps/mtcs/contracts/.cargo/config.toml

5 lines
124 B
TOML
Raw Normal View History

2023-11-14 15:30:48 +00:00
[alias]
wasm = "build --release --lib --target wasm32-unknown-unknown"
unit-test = "test --lib"
schema = "run --bin schema"