From a00ef650547bc0c22d15881081780e7d238209d6 Mon Sep 17 00:00:00 2001 From: threeoh6000 Date: Fri, 19 Jan 2024 20:08:10 +0000 Subject: [PATCH] add cargo stuff to make happy --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) 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