[package] name = "dharithri-wegld-swap-sc" version = "0.43.3" authors = [ "Dorin Iancu ", "dharithri ", ] license = "GPL-3.0-only" readme = "README.md" repository = "https://github.com/dharithri/mx-sdk-rs" homepage = "https://dharithri.com/" documentation = "https://docs.dharithri.com/" description = "dharithri Wrapped EGLD Smart Contract" keywords = ["dharithri", "wasm", "webassembly", "blockchain", "contract"] categories = ["no-std", "wasm", "cryptography::cryptocurrencies"] edition = "2021" [lib] path = "src/wegld.rs" [dependencies.dharithri-sc] version = "0.43.3" path = "../../../framework/base" [dependencies.dharithri-sc-modules] version = "0.43.3" path = "../../../contracts/modules" [dev-dependencies.dharithri-sc-scenario] version = "0.43.3" path = "../../../framework/scenario"