From d7c5d24c6a7fdd9df9f27e1370b393240a2226f4 Mon Sep 17 00:00:00 2001 From: msi Date: Wed, 12 Nov 2025 10:24:23 -0300 Subject: Init --- web/template/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 web/template/Cargo.toml (limited to 'web/template/Cargo.toml') diff --git a/web/template/Cargo.toml b/web/template/Cargo.toml new file mode 100644 index 0000000..75024cc --- /dev/null +++ b/web/template/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "{{project-name}}" +version = "0.1.0" +description = "{{project-description}}" +authors = ["{{authors}}"] +license = "ISC" +edition = "2024" + +[dependencies] -- cgit v1.2.3