[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"
[dependencies]
we-contract-proc-macro = { version = "0.3.2", path = "../proc-macro" }
wevm-core = { version = "0.4.1", default-features = false, features = ["bindings"] }