diff options
Diffstat (limited to 'templates/rust/Cargo.toml')
-rw-r--r-- | templates/rust/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/rust/Cargo.toml b/templates/rust/Cargo.toml index 6813ae1..86c4efa 100644 --- a/templates/rust/Cargo.toml +++ b/templates/rust/Cargo.toml @@ -1,5 +1,6 @@ [package] -name = "TODO" +name = "%INIT_APPLICATION_NAME" +description = "%INIT_DESCRIPTION" version = "0.1.0" edition = "2021" |