We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a7cf0 commit 2e17eb9Copy full SHA for 2e17eb9
.changeset/kind-flowers-breathe.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-solana-program": patch
3
4
+
5
+Add description and repository to Rust client Cargo.toml
template/clients/rust/clients/rust/Cargo.toml.njk
@@ -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 }}"
6
edition = "2021"
7
readme = "README.md"
8
license-file = "../../LICENSE"
0 commit comments