Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baojinri committed Feb 27, 2024
1 parent e1b7466 commit 84c3c3e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 164 deletions.
166 changes: 12 additions & 154 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 6 additions & 10 deletions horaectl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,15 @@ workspace = true
[package.version]
workspace = true

[package.authors]
workspace = true

[package.edition]
workspace = true

[dependencies]
chrono = "0.4.33"
clap = { version = "4.4.18", features = ["derive"] }
once_cell = "1.19.0"
package = "0.0.0"
chrono = { workspace = true }
clap = { version = "=4.4.18", features = ["derive"] }
once_cell = { workspace = true }
prettytable = "0.10.0"
reqwest = {version = "0.11.24", features = ["json"]}
serde = { version = "1.0.196", features = ["derive"] }
reqwest = { workspace = true }
serde = { workspace = true }
shell-words = "1.1.0"
tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }
tokio = { workspace = true }

0 comments on commit 84c3c3e

Please sign in to comment.