Add crate projection

main
Ensar Sarajčić 2023-05-23 17:42:13 +02:00
parent 6ab0168596
commit 68c8f4f589
1 changed files with 3 additions and 0 deletions

View File

@ -481,6 +481,9 @@ local rust_config = {
start = "cargo run",
dispatch = "cargo test",
},
["Cargo.toml"] = {
type = "crate",
},
["src/*.rs"] = {
type = "source",
},