Files
thoth/.cargo/config.toml
Dylan Knutson acb33d4730
Some checks failed
CI / Check Style (push) Successful in 18s
CI / Run Tests (push) Failing after 49s
CI / Run Clippy (push) Successful in 53s
Initialize loco app
2024-12-01 13:41:32 -08:00

9 lines
139 B
TOML

[build]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
[alias]
loco = "run --"
loco-tool = "run --"
playground = "run --example playground"