15 lines
564 B
TOML
15 lines
564 B
TOML
[package]
|
|
name = "frostwalker"
|
|
description = "A TOML-like configuration language parser with zero dependencies outside of std."
|
|
version = "0.1.0-a"
|
|
edition = "2021"
|
|
authors = ["abbieoverflight <abbieoverflight@colean.cc>"]
|
|
license = "MPL-2.0"
|
|
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]
|