near-contract-standards 0.1.0-pre.2

NEAR smart contracts standard library.
Documentation
[package]
name = "near-contract-standards"
version = "0.1.0-pre.2"
authors = ["Near Inc <hello@near.org>"]
edition = "2018"
license = "Apache-2.0"
categories = ["wasm"]
repository = "https://github.com/near/near-sdk-rs"
homepage = "https://github.com/near/near-sdk-rs/tree/master/near-contract-standards"
description = """
NEAR smart contracts standard library.
"""

[dependencies]
near-sdk = { path = "../near-sdk", version = "=3.0.0-pre.2" }