eyes/Cargo.toml

14 lines
406 B
TOML
Raw Permalink Normal View History

2021-10-21 16:07:28 +02:00
[package]
name = "eyes"
2023-05-24 22:24:43 +02:00
version = "1.3.0"
2021-10-21 16:07:28 +02:00
edition = "2018"
2023-05-24 22:24:43 +02:00
description = "Parse and convert strings using human-readable templates."
2021-10-24 14:37:12 +02:00
license="BSD-3-Clause"
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"]
2021-10-21 16:07:28 +02:00
[dependencies]