chore: reorganize project into monorepo
This commit is contained in:
11
backend/.cargo/config.toml
Normal file
11
backend/.cargo/config.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[alias]
|
||||
loco = "run --"
|
||||
loco-tool = "run --bin tool --"
|
||||
|
||||
|
||||
playground = "run --example playground"
|
||||
|
||||
# https://github.com/rust-lang/rust/issues/141626
|
||||
# (can be removed once link.exe is fixed)
|
||||
[target.x86_64-pc-windows-msvc]
|
||||
linker = "rust-lld"
|
||||
Reference in New Issue
Block a user