Files
blueprint/Cargo.toml
2022-08-28 17:14:55 +02:00

13 lines
229 B
TOML

[package]
name = "blueprint"
version = "0.5.0"
authors = ["Joakim Hulthe <joakim@hulthe.net>"]
description = "A simple templating library"
edition = "2021"
[dependencies]
nom = "6.1.2"
structopt = "0.3.21"
thiserror = "1.0.24"