Rust-Programming-Cookbook/Chapter03/custom-build/.cargo/config

13 wiersze
324 B
Plaintext

[cargo-new]
# This is your name/email to place in the `authors` section of a new Cargo.toml
# that is generated. If not present, then `git` will be probed, and if that is
# not present then `$USER` and `$EMAIL` will be used.
name = "..."
email = "..."
[build]
jobs = 4
target = "wasm32-unknown-unknown"
target-dir = "out"