From a8ed81a707baad45808f6b800b49e6bd0d374f15 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Sun, 30 Jul 2023 20:50:13 -0400 Subject: Update Cargo.toml --- Cargo.toml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2377439..96f6e1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,16 @@ [package] name = "snob" version = "0.1.0" +authors = ["Mica White "] edition = "2021" +rust-version = "1.66.1" +description = "String analysis inspired by the Icon programming language" +documentation = "https://docs.rs/snob" +readme = "README.md" +repository = "https://github.com/botahamec/snob/" +license = "0BSD" +keywords = ["parser"] +categories = ["parsing"] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] +[package.metadata] +msrv = "1.66.1" -- cgit v1.2.3