Skip to content

Commit

Permalink
refactor(parser): Port to winnow (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
epage authored Dec 26, 2024
1 parent 2936553 commit 6267780
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 179 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "cron"

[dependencies]
chrono = { version = "~0.4", default-features = false, features = ["clock"] }
nom = "~7"
winnow = "0.6.20"
once_cell = "1.10"
serde = {version = "1.0.164", optional = true }

Expand Down
Loading

0 comments on commit 6267780

Please # to comment.