rink-rs/web/Cargo.toml
2016-10-04 20:22:52 -04:00

27 lines
583 B
TOML

[package]
name = "rink-web"
version = "0.3.2"
authors = ["Tiffany Bennett <tiffany@stormbit.net>"]
description = "Web interface to Rink"
homepage = "https://github.com/tiffany352/rink-rs"
repository = "https://github.com/tiffany352/rink-rs"
readme = "README.md"
license = "MPL-2.0"
[features]
watch = ["handlebars-iron/watch"]
[dependencies.rink]
path = "../"
features = ["hyper", "sandbox"]
[dependencies]
iron = "0.4.0"
router = "0.4.0"
params = "0.4.0"
handlebars = "0.20.0"
handlebars-iron = "0.18.0"
staticfile = "0.3.0"
mount = "0.2.1"
ipc-channel = "0.5.1"
libc = "0.2.14"