Files
tfhe-rs/.cargo/config.toml
2024-11-18 13:17:58 +01:00

7 lines
189 B
TOML

[alias]
xtask = "run --manifest-path ./tasks/Cargo.toml --"
# Accessed by wasm-bindgen when testing for the wasm target
[target.wasm32-unknown-unknown]
runner = 'wasm-bindgen-test-runner'