templates: add python-uv
This commit is contained in:
parent
62ddec5c23
commit
ca98b8367c
7 changed files with 178 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
|||
path = ./c++-meson;
|
||||
description = "A C++ project using Meson";
|
||||
};
|
||||
"python-uv" = {
|
||||
path = ./python-uv;
|
||||
description = "A Python project using uv";
|
||||
};
|
||||
"rust-cargo" = {
|
||||
path = ./rust-cargo;
|
||||
description = "A Rust project using Cargo";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue