Initialize loco app
Some checks failed
CI / Check Style (push) Successful in 18s
CI / Run Tests (push) Failing after 49s
CI / Run Clippy (push) Successful in 53s

This commit is contained in:
Dylan Knutson
2024-11-30 12:41:45 -08:00
parent 9fe2bd20c7
commit acb33d4730
84 changed files with 8194 additions and 8 deletions

View File

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