cycles-quartz/.cargo/config.toml
2024-07-01 00:30:29 +04:00

9 lines
158 B
TOML

[alias]
wasm = "build --release --lib --target wasm32-unknown-unknown"
unit-test = "test --lib"
schema = "run --bin schema"
[net]
git-fetch-with-cli = true