cycles-quartz/.cargo/config.toml

9 lines
158 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"
2024-06-30 20:30:29 +00:00
[net]
git-fetch-with-cli = true