templates: add rust-cargo
This commit is contained in:
parent
95c688766f
commit
a4ede5f6f4
9 changed files with 176 additions and 0 deletions
|
|
@ -7,4 +7,8 @@
|
|||
path = ./c++-meson;
|
||||
description = "A C++ project using Meson";
|
||||
};
|
||||
"rust-cargo" = {
|
||||
path = ./rust-cargo;
|
||||
description = "A Rust project using Cargo";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue