Add cargo

This commit is contained in:
Jordan Prince 2021-09-03 13:16:15 -05:00
parent 21255a22cf
commit 9b11c03a97
2 changed files with 10 additions and 0 deletions

9
rust/Cargo.lock generated
View File

@ -1026,6 +1026,15 @@ dependencies = [
"synstructure",
]
[[package]]
name = "fair-launch"
version = "0.1.0"
dependencies = [
"anchor-lang",
"arrayref",
"spl-token",
]
[[package]]
name = "fake-simd"
version = "0.1.2"

View File

@ -1,6 +1,7 @@
[workspace]
members = [
"nft-candy-machine/",
"fair-launch/",
"auction/program",
"metaplex/program",
"token-vault/program",