Skip to content

Commit

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

[dependencies]
routefinder = "0.3.0"
trillium = { path = "../trillium" }
log = "0.4.14"
routefinder = "0.3.0"
trillium = { path = "../trillium", version = "^0.1.0" }

[dev-dependencies]
env_logger = "0.8.3"
trillium-smol = { path = "../smol" }
trillium-logger = { path = "../logger" }
trillium-smol = { path = "../smol" }
trillium-testing = { path = "../testing" }

0 comments on commit 863c965

Please sign in to comment.