Skip to content

Commit be225bc

Browse files
authored
Update Cargo.toml
1 parent 2a14205 commit be225bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ name = "squads-program"
33
version = "2.0.1"
44
authors = ["Sean Lars Ganser <sean@sqds.io>", "Bastien Guillaumat <bastien@sqds.io>"]
55
edition = "2018"
6+
description = "Squads is an on-chain program that allows team to manage digital assets together, create proposals, and more."
7+
homepage = "https://squads.so"
8+
repository = "https://github.com/squads-dapp/program"
69
license = "LGPL-3.0"
10+
keywords = ["squads", "solana", "program", "smart-contract", "multisig"]
11+
readme = "README.md"
12+
713

814
[dependencies]
915
borsh = "0.9.1"
@@ -18,6 +24,7 @@ num-derive = "0.3"
1824
num-traits = "0.2"
1925

2026
[features]
27+
no-entrypoint = []
2128
test-bpf = []
2229

2330
[dev-dependencies]

0 commit comments

Comments
 (0)