Skip to content

Commit

Permalink
✨🧹testing cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Jun 6, 2021
1 parent 6b8bf57 commit 446e742
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,23 @@ name = "trillium-testing"
version = "0.1.0"
authors = ["Jacob Rothstein <[email protected]>"]
edition = "2018"
description = "testing library for trillium applications"
license = "MIT OR Apache-2.0"
repository = "https://github.com/trillium-rs/trillium"
readme = "../README.md"
keywords = ["trillium", "framework", "testing"]
categories = ["web-programming::http-server", "web-programming"]

[dependencies]
async-dup = "1.2.2"
async-global-executor = "2.0.2"
async-io = "1.4.1"
futures-lite = "1.12.0"
portpicker = "0.1.0"
trillium = { path = "../trillium" }
trillium-http = { path = "../http" }
trillium-server-common = { path = "../server-common" }
trillium-smol = { path = "../smol" }
trillium = { path = "../trillium", version = "^0.1.0" }
trillium-http = { path = "../http", version = "^0.1.0" }
trillium-server-common = { path = "../server-common", version = "^0.1.0" }
trillium-smol = { path = "../smol", version = "^0.1.0" }

[dev-dependencies]
trillium-logger = { path = "../logger" }

0 comments on commit 446e742

Please sign in to comment.