From bcd6105f7ac8bf4c711f1115c89976a74860b1da Mon Sep 17 00:00:00 2001 From: "Joshua J. Bouw" Date: Fri, 26 Feb 2021 13:47:01 +0700 Subject: [PATCH] add near-sdk as dev-dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index dcf6c11..f2afb81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,5 +37,6 @@ hex = "0.4.2" ethabi = { git = "https://github.com/rust-ethereum/ethabi", rev = "649d11774b43b33a9c3c4570401886698885e8b7" } ethabi-contract = { git = "https://github.com/rust-ethereum/ethabi", rev = "649d11774b43b33a9c3c4570401886698885e8b7" } ethabi-derive = { git = "https://github.com/rust-ethereum/ethabi", rev = "649d11774b43b33a9c3c4570401886698885e8b7" } +near-sdk = { git = "https://github.com/near/near-sdk-rs", tag = "3.0.0" } near-sdk-sim = { git = "https://github.com/near/near-sdk-rs", tag = "3.0.0" } funty = "=1.1.0" # temp pin of funty as 1.2.0 is API breaking