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 @@ +