Skip to content

Commit

Permalink
Add workspace metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Nov 21, 2024
1 parent 652af36 commit 31ce7bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
resolver = "2"
members = ["clients/rust", "interface"]

[workspace.package]
authors = ["Anza Maintainers <[email protected]>"]
repository = "https://github.com/solana-program/system"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
edition = "2021"

[workspace.metadata.cli]
solana = "2.1.0"

Expand Down
10 changes: 5 additions & 5 deletions interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "solana-system-interface"
version = "1.0.0"
description = "Instructions and constructors for the System program"
authors = ["Anza Maintainers <[email protected]>"]
repository = "https://github.com/solana-program/system"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
edition = "2021"
readme = "README.md"
authors = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
Expand Down

0 comments on commit 31ce7bf

Please sign in to comment.