diff --git a/Cargo.toml b/Cargo.toml index 7a5ee06..5ea2e27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "frostwalker" +description = "A TOML-like configuration language parser with zero dependencies outside of std." version = "0.1.0" edition = "2021" +authors = ["abbieoverflight "] +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