Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
update Cargo.toml for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekk92 committed Apr 3, 2023
1 parent da096b2 commit 3c5f1a3
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
5 changes: 4 additions & 1 deletion programs/gpl_compression/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
name = "gpl-compression"
version = "0.1.1"
description = "Created with Anchor"
edition = "2021"
authors = ["Gum Core Dev <hello@gum.fun>"]
license = "GPL-3.0-or-later"
description = "Gum Compression Program (GPL Compression)"
repository = "https://github.com/gumhq/gpl"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
5 changes: 4 additions & 1 deletion programs/gpl_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
name = "gpl-core"
version = "1.0.0"
description = "Gum Protocol Core"
description = "Gum Protocol Core (GPL Core)"
edition = "2021"
authors = ["Gum Core Dev <hello@gum.fun>"]
license = "GPL-3.0-or-later"
repository = "https://github.com/gumhq/gpl"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
5 changes: 4 additions & 1 deletion programs/gpl_nameservice/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
name = "gpl-nameservice"
version = "0.1.0"
description = "Created with Anchor"
edition = "2021"
authors = ["Gum Core Dev <hello@gum.fun>"]
license = "GPL-3.0-or-later"
description = "Gum Nameservice Protocol (GPL Nameservice)"
repository = "https://github.com/gumhq/gpl"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
5 changes: 4 additions & 1 deletion programs/gpl_session/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
name = "gpl-session"
version = "0.2.0"
description = "Created with Anchor"
edition = "2021"
authors = ["Gum Core Dev <hello@gum.fun>"]
license = "GPL-3.0-or-later"
description = "Gum Session Protocol (GPL Session)"
repository = "https://github.com/gumhq/gpl"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
4 changes: 4 additions & 0 deletions programs/gpl_session/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "gpl-session-macros"
version = "0.1.0"
edition = "2021"
authors = ["Gum Core Dev <hello@gum.fun>"]
license = "GPL-3.0-or-later"
description = "GPL Session Macros"
repository = "https://github.com/gumhq/gpl"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
5 changes: 4 additions & 1 deletion programs/gpl_session/macros/attribute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
name = "gpl-session-macros-attribute"
version = "0.1.0"
edition = "2021"
authors = ["Gum Core Dev <hello@gum.fun>"]
license = "GPL-3.0-or-later"
description = "GPL Session attribute and derive macro for instruction access control"
repository = "https://github.com/gumhq/gpl"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true

Expand Down

0 comments on commit 3c5f1a3

Please sign in to comment.