Skip to content

Commit

Permalink
➖ Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kentookura committed Nov 30, 2023
1 parent 4200874 commit 56d2834
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 218 deletions.
214 changes: 0 additions & 214 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ axum = {version = "0.7.1", features = ["tokio", "macros"]}
axum-extra = {version = "0.9.0", features = ["typed-header"]}
clap = { version = "4.4.8", features = ["derive", "cargo"] }
cli-log = "2.0.0"
colored = "2.0.4"
crossterm = "0.27.0"
fake-tty = "0.3.1"
futures = "0.3"
futures-util = "0.3.29"
log = "0.4"
maud = {version = "0.25.0", features = ["axum"]}
miette = "5.10.0"
pretty_env_logger = "0.4"
ratatui = "0.24.0"
tokio = { version = "1", features = ["sync", "rt-multi-thread"] }
tokio-stream = {version = "0.1.14", features = ["sync"]}
tower-http = {version ="0.5.0", features = ["fs", "trace"]}
Expand Down

0 comments on commit 56d2834

Please sign in to comment.