Skip to content

Commit

Permalink
update Cargo.toml
Browse files Browse the repository at this point in the history
update Cargo.toml

update Cargo.toml

update Cargo.toml

update Cargo.toml

add publish arcium
  • Loading branch information
danielementary committed Sep 2, 2024
1 parent 208d5fe commit 13b982c
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
repository = "https://github.com/coral-xyz/anchor"
description = "Anchor CLI"
license = "Apache-2.0"
publish = ["arcium"]

[[bin]]
name = "anchor"
Expand Down
1 change: 1 addition & 0 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Anchor Maintainers <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
description = "An RPC client to interact with Anchor programs"
publish = ["arcium"]

[package.metadata.docs.rs]
all-features = true
Expand Down
1 change: 1 addition & 0 deletions idl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository = "https://github.com/coral-xyz/anchor"
edition = "2021"
license = "Apache-2.0"
description = "Anchor framework IDL"
publish = ["arcium"]

[package.metadata.docs.rs]
all-features = true
Expand Down
1 change: 1 addition & 0 deletions lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository = "https://github.com/coral-xyz/anchor"
edition = "2021"
license = "Apache-2.0"
description = "Solana Sealevel eDSL"
publish = ["arcium"]

[package.metadata.docs.rs]
all-features = true
Expand Down
1 change: 1 addition & 0 deletions lang/attribute/access-control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor attribute macro for instruction access control"
edition = "2021"
publish = ["arcium"]

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions lang/attribute/account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor attribute macro for defining an account"
edition = "2021"
publish = ["arcium"]

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions lang/attribute/constant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor attribute macro for creating constant types"
edition = "2021"
publish = ["arcium"]

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions lang/attribute/error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor attribute macro for creating error types"
edition = "2021"
publish = ["arcium"]

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions lang/attribute/event/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license = "Apache-2.0"
description = "Anchor attribute macro for defining an event"
rust-version = "1.60"
edition = "2021"
publish = ["arcium"]

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions lang/attribute/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor attribute macro for defining a program"
edition = "2021"
publish = ["arcium"]

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions lang/derive/accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor Derive macro for accounts"
edition = "2021"
publish = ["arcium"]

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions lang/derive/serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor Derive macro for serialization and deserialization"
edition = "2021"
publish = ["arcium"]

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions lang/derive/space/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor Derive macro to automatically calculate the size of a structure or an enum"
edition = "2021"
publish = ["arcium"]

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions spl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Anchor Maintainers <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
description = "CPI clients for SPL programs"
publish = ["arcium"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 13b982c

Please sign in to comment.