-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cargo.toml
31 lines (29 loc) · 885 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
version = "0.2.9"
authors = ["josh rotenberg <[email protected]>"]
description = "Architectural Decision Record command line tool"
documentation = "https://github.com/joshrotenberg/adrs"
edition = "2021"
homepage = "https://github.com/joshrotenberg/adrs"
license = "MIT/Apache-2.0"
name = "adrs"
readme = "README.md"
repository = "https://github.com/joshrotenberg/adrs.git"
[dependencies]
anyhow = "1.0.80"
clap = { version = "4.5.1", features = ["derive"] }
tinytemplate = "1.1"
serde = { version = "1.0", features = ["derive"] }
time = { version = "0.3.36", features = ["local-offset", "formatting", "macros"] }
edit = "0.1.5"
pulldown-cmark = "0.9"
pulldown-cmark-to-cmark = "11.2.0"
walkdir = "2.4.0"
fuzzy-matcher = "0.3.7"
whoami = "1.5.1"
regex = "1.10.4"
[dev-dependencies]
serial_test = "3.0.0"
assert_cmd = "2.0.14"
assert_fs = "1.1.1"
predicates = "3.1.0"