From fd5278c4be0f353076e7c1f6e7627d3e74554636 Mon Sep 17 00:00:00 2001 From: Basten1209 Date: Tue, 2 Aug 2022 17:19:09 +0900 Subject: [PATCH] build: setup whale(meme token) --- Cargo.toml | 3 ++- whale/Cargo.toml | 19 +++++++++++++++++++ whale/src/lib.rs | 1 + 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 whale/Cargo.toml create mode 100644 whale/src/lib.rs diff --git a/Cargo.toml b/Cargo.toml index 6a735d5..2e85d89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,6 @@ members = [ "interact", "colony-chain", "treasury", - "light-client" + "light-client", + "whale" ] diff --git a/whale/Cargo.toml b/whale/Cargo.toml new file mode 100644 index 0000000..12da2b4 --- /dev/null +++ b/whale/Cargo.toml @@ -0,0 +1,19 @@ +[package] +name = "pdao-near-whale" +version = "0.0.1" +authors = ["PDAO Team "] +edition = '2021' +include = ["src/**/*", "Cargo.toml"] +license = "MIT" +readme = "../README.md" +repository = "https://github.com/postech-dao/near" + +[dependencies] +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" +anyhow = "1.0" +thiserror = "1.0" +near-sdk = "4.0.0" + +[lib] +crate-type = ["cdylib", "rlib"] diff --git a/whale/src/lib.rs b/whale/src/lib.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/whale/src/lib.rs @@ -0,0 +1 @@ +