Skip to content

Commit 2e17eb9

Browse files
authored
Add description and repository to Rust client Cargo.toml (#73)
1 parent f9a7cf0 commit 2e17eb9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/kind-flowers-breathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[package]
22
name = "{{ rustClientCrateName }}"
33
version = "0.0.0"
4+
description = "A generated Rust library for the {{ programName | titleCase }} program"
5+
repository = "https://github.com/{{ organizationName }}/{{ targetDirectoryName }}"
46
edition = "2021"
57
readme = "README.md"
68
license-file = "../../LICENSE"

0 commit comments

Comments
 (0)