Skip to content

Commit

Permalink
chore: remove unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
bayou-brogrammer committed Jan 28, 2024
1 parent 2a4de86 commit fb6483f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 109 deletions.
103 changes: 2 additions & 101 deletions Cargo.lock

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

13 changes: 5 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,20 @@ chrono = "0.4"
clap = { version = "4", features = ["derive", "cargo", "unicode"] }
clap-verbosity-flag = "2"
clap_complete = "4"
colorized = "1"
derive_builder = "0.13"
directories = "5"
env_logger = "0.11"
futures-util = { version = "0.3", optional = true }
fuzzy-matcher = "0.3"
indexmap = { version = "2", features = ["serde"] }
log = "0.4"
open = "5"
# update os module config and tests when upgrading os_info
os_info = "3.7.0"
os_info = "3.7"
podman-api = { version = "0.10.0", optional = true }
process_control = { version = "4.0.3", features = ["crossbeam-channel"] }
requestty = { version = "0.5", features = ["macros", "termion"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9.30"
Expand All @@ -36,13 +40,6 @@ urlencoding = "2.1.3"
users = "0.11.0"
which = "6"

requestty = { version = "0.5", features = ["macros", "termion"] }
colorized = "1"
fuzzy-matcher = "0.3"
process_control = { version = "4.0.3", features = ["crossbeam-channel"] }
ratatui = "0.25.0"
crossterm = "0.27.0"

[features]
default = []
nightly = ["builtin-podman"]
Expand Down

0 comments on commit fb6483f

Please sign in to comment.