You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
programming-rust-examples/iron-gcd/Cargo.toml

11 lines
166 B
TOML

[package]
name = "iron-gcd"
version = "0.1.0"
authors = ["You <you@example.com>"]
[dependencies]
iron = "0.5.1"
mime = "0.2.3"
router = "0.5.1"
urlencoded = "0.5.0"