Skip to content

Commit

Permalink
chore: address lib.rs suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodie committed May 1, 2024
1 parent 91c9ced commit 0a1dd22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ authors = [
]

description = "Parsing ISO8601 dates using nom"
keywords = [ "iso8601", "date-time", "parser", "nom" ]
categories = [ "parser-implementations", "date-and-time" ]

repository = "https://github.com/badboy/iso8601"
documentation = "https://docs.rs/iso8601/"
Expand All @@ -27,4 +29,4 @@ serde_json = "1.0"
[features]
default = ["std"]
std = ["nom/std"]
chrono = ["dep:chrono", "num-traits"]
chrono = ["dep:chrono", "dep:num-traits"]

0 comments on commit 0a1dd22

Please sign in to comment.