to make use of it, create a FreeBSD VM with curl installed and install rustup by default from rustup.rs, then run `cargo build -p sparse-05-server`
6 lines
106 B
TOML
6 lines
106 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = []
|
|
targets = [ "x86_64-unknown-freebsd" ]
|
|
profile = "minimal"
|