Skip to content

Commit

Permalink
Reformat dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Sep 27, 2024
1 parent 6540cc2 commit 72b81bd
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,10 @@ unused_qualifications = "deny"
warnings = "deny"

[dependencies]
chrono = { version = "0.4", default-features = false, features = ["std"] }
clap = { version = "4", features = ["derive"] }
is-terminal = "0.4"
chrono-tz = "0.8"
itertools = "0.11"
thiserror = "1"

[dependencies.chrono]
version = "0.4"
default-features = false
features = ["std"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.wheel]
git = "https://github.com/fenhl/wheel" #TODO publish on crates.io?
branch = "main"
default-features = false
wheel = { git = "https://github.com/fenhl/wheel", branch = "main", default-features = false }

0 comments on commit 72b81bd

Please sign in to comment.