From 9b11c03a976b0e31a60634090d32ecdc01394daf Mon Sep 17 00:00:00 2001 From: Jordan Prince Date: Fri, 3 Sep 2021 13:16:15 -0500 Subject: [PATCH] Add cargo --- rust/Cargo.lock | 9 +++++++++ rust/Cargo.toml | 1 + 2 files changed, 10 insertions(+) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3175c1f..e31d524 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -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" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8a33bb5..3eb580a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,7 @@ [workspace] members = [ "nft-candy-machine/", + "fair-launch/", "auction/program", "metaplex/program", "token-vault/program",