[package] name = "we-cdk" version = "0.4.1" edition = "2021" authors = ["DEADBLACKCLOVER "] 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"] }