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