aboutsummaryrefslogtreecommitdiffstats
path: root/web/template/Cargo.toml
blob: 75024ccf4ef6674a8c68b4b0027fca80dc42fb14 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "{{project-name}}"
version = "0.1.0"
description = "{{project-description}}"
authors = ["{{authors}}"]
license = "ISC"
edition = "2024"

[dependencies]