summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 118cd951a05ee516671f0e98d0e9aaa30b583def (plain)
1
2
3
4
5
6
[unstable]
build-std = ["core"]

[build]
target = ["x86_64-unknown-linux-none"]
rustflags = ["-Crelocation-model=static"]