Skip to content

Commit

Permalink
remove unused feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Apr 10, 2022
1 parent e418f71 commit 6dd859a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 122 deletions.
121 changes: 0 additions & 121 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPLv3"

[dependencies]
kaminari = "0.4.1"
tokio = {version = "1", features = ["full"] }
tokio = { version = "1", features = ["net", "macros", "rt-multi-thread", "io-util"] }
anyhow = "1"

[[bin]]
Expand Down

0 comments on commit 6dd859a

Please sign in to comment.