mabel/.cargo/config.toml
Hamcha 81134dc0dd
Some checks failed
continuous-integration/drone/push Build is failing
add cursor and move to uuidv7
2023-07-13 17:43:05 +02:00

6 lines
No EOL
165 B
TOML

[build]
rustflags = ["--cfg", "uuid_unstable"]
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-Clink-arg=-fuse-ld=mold", "--cfg", "uuid_unstable"]