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

12 lines
199 B
INI

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