Skip to content

Commit

Permalink
sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Jun 6, 2021
1 parent 352efc3 commit 92a5671
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions smol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ keywords = ["trillium", "framework", "async"]
categories = ["web-programming::http-server", "web-programming"]

[dependencies]
async-global-executor = "2.0.2"
async-io = "1.4.1"
async-net = "1.6.0"
futures-lite = "1.12.0"
log = "0.4.14"
trillium = { path = "../trillium" }
trillium-http = { path = "../http" }
log = "0.4.14"
trillium-server-common = { path = "../server-common" }
async-io = "1.4.1"
futures-lite = "1.12.0"
async-global-executor = "2.0.2"

[target.'cfg(unix)'.dependencies]
signal-hook-async-std = "0.2.1"
signal-hook = "0.3.9"
signal-hook-async-std = "0.2.1"

[dev-dependencies]
env_logger = "0.8.3"
Expand Down

0 comments on commit 92a5671

Please sign in to comment.