Add crate projection
parent
6ab0168596
commit
68c8f4f589
|
@ -481,6 +481,9 @@ local rust_config = {
|
|||
start = "cargo run",
|
||||
dispatch = "cargo test",
|
||||
},
|
||||
["Cargo.toml"] = {
|
||||
type = "crate",
|
||||
},
|
||||
["src/*.rs"] = {
|
||||
type = "source",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue