blob: 3460467bd26a246003e2cf67b6d2a63a8073258d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "wmap-parser"
version = "1.0.0"
edition = "2024"
license = "AGPL-3.0-or-later"
description = "A parser for wmap formatted Wardley Map files."
homepage = "https://git.sr.ht/~rbdr/wmap-parser-rust"
authors = ["Rubén Beltrán del Río <wmap.parser@r.bdr.sh>"]
[dependencies]
[dev-dependencies]
criterion = "0.8.1"
[[bench]]
name = "parse"
harness = false
[lints.clippy]
pedantic = "warn"
|