mddd 0.2.2

small framework for DDD init sysmem and CLI interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mddd"
version = "0.2.2"
edition = "2021"
license = "MIT"
authors = ["asvedr@gmail.com"]
description = "small framework for DDD init sysmem 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.2.0", path = "../mddd-traits"}
mddd-macro = {version = "0.2.2", path = "../mddd-macro"}
mddd-std = {version = "0.2.1", path = "../mddd-std"}