taml-cli 0.0.1

CLI tool for TAML, a kind-to-humans configuration language
[package]
name = "taml-cli"
version = "0.0.1"
authors = ["Tamme Schichler <tamme@schichler.dev>"]
edition = "2018"
description = "CLI tool for TAML, a kind-to-humans configuration language"
license = "MPL-2.0"
repository = "https://github.com/Tamschi/taml-cli"
include = [
	"**/*.rs",
	"Cargo.toml",
]

[[bin]]
name = "taml"
path = "src/main.rs"

[dependencies]
argh = "0.1.3"
cast = "0.2.3"
codemap = "0.1.3"
codemap-diagnostic = "0.1.1"
logos = "0.11.4"
taml = "0.0.1"
quit = "1.1.0"