Skip to content

Commit

Permalink
build: setup whale(meme token)
Browse files Browse the repository at this point in the history
  • Loading branch information
Basten1209 authored and junha1 committed Aug 3, 2022
1 parent e714cf8 commit fd5278c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ members = [
"interact",
"colony-chain",
"treasury",
"light-client"
"light-client",
"whale"
]
19 changes: 19 additions & 0 deletions whale/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[package]
name = "pdao-near-whale"
version = "0.0.1"
authors = ["PDAO Team <hello@postech-dao.xyz>"]
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"]
1 change: 1 addition & 0 deletions whale/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit fd5278c

Please sign in to comment.