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