Newer
Older
description = "Quick and easy multithreaded file server for local front end development"
authors = ["Louis Capitanchik <contact@louiscap.co>"]
homepage = "https://github.com/commander-lol/rust-swerve"
repository = "https://github.com/commander-lol/rust-swerve"
readme = "README.md"
license = "GPL-3.0+"
categories = ["command-line-utilities", "web-programming::http-server"]
keywords = ["file-server", "executable"]
exclude = [
travis-ci = { repository = "Commander-lol/rust-swerve", branch = "master" }
rocket = "0.3.16"
rocket_codegen = "0.3.16"
rocket_contrib = "0.3.16"
hyper = "0.10"
rand = "0.3"
serde_yaml = "0.7.3"

Louis
committed
[dev-dependencies]
interpolate_idents = "0.2.4"