summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2023-07-30 20:50:13 -0400
committerBotahamec <botahamec@outlook.com>2023-07-30 20:50:13 -0400
commita8ed81a707baad45808f6b800b49e6bd0d374f15 (patch)
treec86643218fa204bd06719b715b9aeebf7bcb48b6 /Cargo.toml
parent9cdd47ba1a7f367d57ab11bba514f6ffe076a8c5 (diff)
Update Cargo.toml
Diffstat (limited to 'Cargo.toml')
-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"