浏览代码

Set crate metadata

Armani Ferrante 4 年之前
父节点
当前提交
d068b5cf10
共有 6 个文件被更改,包括 24 次插入7 次删除
  1. 4 2
      Cargo.toml
  2. 4 1
      attribute/access-control/Cargo.toml
  3. 4 1
      attribute/account/Cargo.toml
  4. 4 1
      attribute/program/Cargo.toml
  5. 4 1
      derive/accounts/Cargo.toml
  6. 4 1
      syn/Cargo.toml

+ 4 - 2
Cargo.toml

@@ -1,9 +1,11 @@
 [package]
 [package]
 name = "anchor-lang"
 name = "anchor-lang"
 version = "0.0.0-alpha.0"
 version = "0.0.0-alpha.0"
-description = ""
-repository = "https://github.com/project-serum/serum-dex"
+authors = ["Serum Foundation <foundation@projectserum.com>"]
+repository = "https://github.com/project-serum/anchor"
 edition = "2018"
 edition = "2018"
+license = "Apache-2.0"
+description = "Solana Sealevel eDSL"
 
 
 [features]
 [features]
 derive = []
 derive = []

+ 4 - 1
attribute/access-control/Cargo.toml

@@ -1,7 +1,10 @@
 [package]
 [package]
 name = "anchor-attribute-access-control"
 name = "anchor-attribute-access-control"
 version = "0.0.0-alpha.0"
 version = "0.0.0-alpha.0"
-authors = ["armaniferrante <armaniferrante@gmail.com>"]
+authors = ["Serum Foundation <foundation@projectserum.com>"]
+repository = "https://github.com/project-serum/anchor"
+license = "Apache-2.0"
+description = "Anchor attribute macro for instruction access control"
 edition = "2018"
 edition = "2018"
 
 
 [lib]
 [lib]

+ 4 - 1
attribute/account/Cargo.toml

@@ -1,7 +1,10 @@
 [package]
 [package]
 name = "anchor-attribute-account"
 name = "anchor-attribute-account"
 version = "0.0.0-alpha.0"
 version = "0.0.0-alpha.0"
-authors = ["armaniferrante <armaniferrante@gmail.com>"]
+authors = ["Serum Foundation <foundation@projectserum.com>"]
+repository = "https://github.com/project-serum/anchor"
+license = "Apache-2.0"
+description = "Anchor attribute macro for defining an account"
 edition = "2018"
 edition = "2018"
 
 
 [lib]
 [lib]

+ 4 - 1
attribute/program/Cargo.toml

@@ -1,7 +1,10 @@
 [package]
 [package]
 name = "anchor-attribute-program"
 name = "anchor-attribute-program"
 version = "0.0.0-alpha.0"
 version = "0.0.0-alpha.0"
-authors = ["armaniferrante <armaniferrante@gmail.com>"]
+authors = ["Serum Foundation <foundation@projectserum.com>"]
+repository = "https://github.com/project-serum/anchor"
+license = "Apache-2.0"
+description = "Anchor attribute macro for defining a program"
 edition = "2018"
 edition = "2018"
 
 
 [lib]
 [lib]

+ 4 - 1
derive/accounts/Cargo.toml

@@ -1,7 +1,10 @@
 [package]
 [package]
 name = "anchor-derive-accounts"
 name = "anchor-derive-accounts"
 version = "0.0.0-alpha.0"
 version = "0.0.0-alpha.0"
-authors = ["armaniferrante <armaniferrante@gmail.com>"]
+authors = ["Serum Foundation <foundation@projectserum.com>"]
+repository = "https://github.com/project-serum/anchor"
+license = "Apache-2.0"
+description = "Anchor Derive macro for accounts"
 edition = "2018"
 edition = "2018"
 
 
 [lib]
 [lib]

+ 4 - 1
syn/Cargo.toml

@@ -1,7 +1,10 @@
 [package]
 [package]
 name = "anchor-syn"
 name = "anchor-syn"
 version = "0.0.0-alpha.0"
 version = "0.0.0-alpha.0"
-authors = ["armaniferrante <armaniferrante@gmail.com>"]
+authors = ["Serum Foundation <foundation@projectserum.com>"]
+repository = "https://github.com/project-serum/anchor"
+license = "Apache-2.0"
+description = "Anchor syntax parsing and code generation tools"
 edition = "2018"
 edition = "2018"
 
 
 [features]
 [features]