frostwalker/Cargo.toml
2024-07-10 19:25:14 +01:00

15 lines
563 B
TOML

[package]
name = "frostwalker"
description = "A TOML-like configuration language parser with zero dependencies outside of std."
version = "0.1.2"
edition = "2021"
authors = ["abbieoverflight <abbieoverflight@colean.cc>"]
license = "EUPL-1.2"
homepage = "https://git.colean.cc/threeoh6000/frostwalker/"
repository = "https://git.colean.cc/threeoh6000/frostwalker/"
readme = "README.md"
categories = ["data-structures", "value-formatting", "parsing"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]