eyes/Cargo.toml
2021-10-24 14:33:15 +02:00

14 lines
431 B
TOML

[package]
name = "eyes"
version = "1.0.0"
edition = "2018"
description = "A simpler way to parse using human-readable templates"
license-file="LICENSE.txt"
homepage = "https://git.palmoe.dk/vodofrede/eyes/"
repository = "https://git.palmoe.dk/vodofrede/eyes/"
readme = "README.md"
keywords = ["parsing", "parse", "simple", "no-deps"]
categories = ["encoding", "parsing", "text-processing"]
exclude = [".gitignore"]
[dependencies]