[package] name = "smcore" version = "0.1.2" edition = "2021" authors = ["smwasm@outlook.com"] repository = "https://github.com/smwasm/smcore.git" license = "Apache-2.0" description = "SmartModule Core Library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies1] json = "0.12.4" lazy_static = "1.4.0" smdton = { path = "../smdton" } [dependencies] json = "0.12.4" lazy_static = "1.4.0" smdton = "0.1.2" [lib] crate-type = ["rlib", "cdylib"]