Files
thoth/.cargo/config.toml
Dylan Knutson 1cb8d1dbc8
Some checks failed
CI / Check Style (push) Successful in 17s
CI / Run Clippy (push) Successful in 28s
CI / Run Tests (push) Failing after 1m23s
Initialize loco app
2024-11-30 13:32:11 -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"