programming-rust-book/iron-gcd/Cargo.toml

14 lines
226 B
INI

[package]
name = "iron-gcd"
version = "0.1.0"
authors = ["Timothy Warren <tim@timshomepage.net>"]
edition = "2018"
[dependencies]
gcd = { path = "../gcd" }
iron = "0.5.1"
mime = "0.2.3"
router = "0.5.1"
urlencoded = "0.5.0"