[package] name = "mddd" version = "0.3.2" edition = "2021" license = "MIT" authors = ["asvedr@gmail.com"] description = "small framework for DDD init system and CLI interface" 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"} mddd-macro = {version = "0.3.2", path = "../mddd-macro"} mddd-std = {version = "0.3.1", path = "../mddd-std"}