frostwalker/Cargo.toml

16 lines
564 B
TOML
Raw 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-01-19 20:12:58 +00:00
version = "0.1.0-a"
2024-01-15 22:59:02 +00:00
edition = "2021"
2024-01-19 20:08:10 +00:00
authors = ["abbieoverflight <abbieoverflight@colean.cc>"]
license = "MPL-2.0"
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]