Skip to content

Commit

Permalink
Add description and repository to Rust client Cargo.toml (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva authored Jul 25, 2024
1 parent f9a7cf0 commit 2e17eb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-flowers-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-solana-program": patch
---

Add description and repository to Rust client Cargo.toml
2 changes: 2 additions & 0 deletions template/clients/rust/clients/rust/Cargo.toml.njk
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2e17eb9

Please sign in to comment.