diff options
| author | Botahamec <botahamec@outlook.com> | 2023-07-30 20:50:13 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2023-07-30 20:50:13 -0400 |
| commit | a8ed81a707baad45808f6b800b49e6bd0d374f15 (patch) | |
| tree | c86643218fa204bd06719b715b9aeebf7bcb48b6 /Cargo.toml | |
| parent | 9cdd47ba1a7f367d57ab11bba514f6ffe076a8c5 (diff) | |
Update Cargo.toml
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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" |
