diff --git a/lang/Cargo.toml b/lang/Cargo.toml index d4af1d6..3a1d0a3 100644 --- a/lang/Cargo.toml +++ b/lang/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "ghee-lang" version = "0.6.1" +description = "Parsers and utilities for the Ghee language, such as it is" edition = "2021" +license = "GPL-3.0" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "*"