diff options
Diffstat (limited to 'web/template/Cargo.toml')
| -rw-r--r-- | web/template/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
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] |