we-cdk 0.4.1

Rust library for writing Waves Enterprise smart-contracts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "we-cdk"
version = "0.4.1"
edition = "2021"
authors = ["DEADBLACKCLOVER <deadblackclover@protonmail.com>"]
description = "Rust library for writing Waves Enterprise smart-contracts"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/waves-enterprise/we-cdk"
repository = "https://github.com/waves-enterprise/we-cdk"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
we-contract-proc-macro = { version = "0.3.2", path = "../proc-macro" }
wevm-core = { version = "0.4.1", default-features = false, features = ["bindings"] }