add cargo stuff to make happy
This commit is contained in:
parent
fa1ad68430
commit
a00ef65054
1 changed files with 7 additions and 0 deletions
|
@ -1,7 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "frostwalker"
|
name = "frostwalker"
|
||||||
|
description = "A TOML-like configuration language parser with zero dependencies outside of std."
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["abbieoverflight <abbieoverflight@colean.cc>"]
|
||||||
|
license = "MPL-2.0"
|
||||||
|
homepage = "https://git.colean.cc/threeoh6000/frostwalkerer/"
|
||||||
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue