summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml14
1 files 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 <botahamec@outlook.com>"]
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"