[package] name = "mddd-std" version = "0.3.1" edition = "2021" license = "MIT" authors = ["asvedr@gmail.com"] description = "small framework for DDD init sysmem and CLI interface. Sub crate with std tools. Use \"mddd\" crate" repository = "https://gitlab.com/asvedr/mddd" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] mddd-traits = {version = "0.3.1", path = "../mddd-traits"} syn = {version = "1.0", features = ["full"]} quote = "1.0"