Skip to content

Commit

Permalink
chore: drop unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed May 24, 2024
1 parent a1554ac commit c3012a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ codegen-units = 1
panic = "abort"

[dependencies]
ansi_term = "0.12"
ansi_term = "0.12" # required for win32
anyhow = "1"
async-recursion = "1.0.5"
axum = { version = "0.7", features = ["ws"] }
Expand All @@ -33,7 +33,6 @@ clap = { version = "4", features = ["derive", "env"] }
console = "0.15"
directories = "5"
dunce = "1"
envy = "0.4"
flate2 = "1"
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
htmlescape = "0.3.1"
Expand Down

0 comments on commit c3012a7

Please sign in to comment.