8 lines
182 B
TOML
8 lines
182 B
TOML
[package]
|
|
name = "adr-tools"
|
|
description = "Command-line tools for working with Architecture Decision Records"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
license = "GPL-3.0"
|
|
|
|
[dependencies]
|