mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-18 23:49:09 +00:00
12 lines
219 B
TOML
12 lines
219 B
TOML
[package]
|
|
name = "rocket"
|
|
version = "0.0.9"
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
|
|
[dependencies]
|
|
term-painter = "^0.2"
|
|
log = "^0.3"
|
|
hyper = { version = "^0.9", default-features = false }
|
|
url = "^1"
|
|
mime = "^0.2"
|