소스 검색

Add description and repository to Rust client Cargo.toml

Loris Leiva 1 년 전
부모
커밋
1df5bd5f5c
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      .changeset/kind-flowers-breathe.md
  2. 2 0
      template/clients/rust/clients/rust/Cargo.toml.njk

+ 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"