[package]
edition = "2021"
name = "archidoc-types"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types for the archidoc toolchain"
homepage = "https://github.com/GitSmart86/archidoc"
readme = "README.md"
keywords = [
"c4-model",
"architecture",
"documentation",
"bdd",
]
categories = [
"development-tools",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/GitSmart86/archidoc"
[lib]
name = "archidoc_types"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"