Skip to content

Commit

Permalink
dep: tokio used only needed features
Browse files Browse the repository at this point in the history
  • Loading branch information
Arikato111 committed Oct 21, 2024
1 parent 78047b5 commit 10223d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 79 deletions.
77 changes: 0 additions & 77 deletions Cargo.lock

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

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ path = "src/main.rs"
byteorder = "1.0.0"
clap = { version = "4.5.13", features = ["derive"], optional = true }
clap_complete = { version = "4.5.23", optional = true }
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.40.0", features = [
"rt-multi-thread",
"net",
"macros",
"io-util",
] }

[profile.release]
strip = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

### Install Tenjin

after installing rust and cargo, use can use command below to install Tenjin.
after installing rust and cargo, you can use command below to install Tenjin.

```
cargo install tenjin_sdn
Expand Down

0 comments on commit 10223d6

Please sign in to comment.