frostwalker/Cargo.toml

16 lines
563 B
TOML
Raw Permalink Normal View History

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