|
@@ -1,6 +1,8 @@
|
|
|
[package]
|
|
[package]
|
|
|
name = "{{ rustClientCrateName }}"
|
|
name = "{{ rustClientCrateName }}"
|
|
|
version = "0.0.0"
|
|
version = "0.0.0"
|
|
|
|
|
+description = "A generated Rust library for the {{ programName | titleCase }} program"
|
|
|
|
|
+repository = "https://github.com/{{ organizationName }}/{{ targetDirectoryName }}"
|
|
|
edition = "2021"
|
|
edition = "2021"
|
|
|
readme = "README.md"
|
|
readme = "README.md"
|
|
|
license-file = "../../LICENSE"
|
|
license-file = "../../LICENSE"
|