Skip to content

Commit

Permalink
added manifest info
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadev-it committed Jan 22, 2024
1 parent 067dc4b commit 23e5c95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "langtime"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "A rust library to parse english dates"
documentation = "https://docs.rs/langtime/latest/"
repository = "https://github.com/andreadev-it/langtime"
keywords = ["datetime", "parsing", "english"]
categories = ["date-and-time", "localization", "parser-implementations"]
authors = ["Andrea Dragotta"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 23e5c95

Please sign in to comment.