templates: add python-uv

This commit is contained in:
Bruno BELANYI 2025-04-05 18:18:06 +01:00
parent 62ddec5c23
commit ca98b8367c
7 changed files with 178 additions and 0 deletions

View file

@ -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";