Skip to content

Commit

Permalink
Merge pull request #1 from near/miraclx/init
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx authored Aug 23, 2022
2 parents f7b3f1e + 492f935 commit 4844ef4
Show file tree
Hide file tree
Showing 3 changed files with 739 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[package]
name = "near-abi"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/near/near-abi-rs"
description = "NEAR smart contract ABI primitives"

[dependencies]
borsh = { version = "0.9", features = ["const-generics"] }
serde = { version = "1", features = ["derive"] }
schemars = "0.8.8"

[dev-dependencies]
serde_json = "1"

[features]
__chunked-entries = []
Loading

0 comments on commit 4844ef4

Please sign in to comment.