Răsfoiți Sursa

Add description and repository to Rust client Cargo.toml

Loris Leiva 1 an în urmă
părinte
comite
1df5bd5f5c

+ 5 - 0
.changeset/kind-flowers-breathe.md

@@ -0,0 +1,5 @@
+---
+"create-solana-program": patch
+---
+
+Add description and repository to Rust client Cargo.toml

+ 2 - 0
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 }}"
 edition = "2021"
 readme = "README.md"
 license-file = "../../LICENSE"