mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-17 22:22:03 +00:00
15 lines
245 B
TOML
15 lines
245 B
TOML
[package]
|
|
name = "rocket"
|
|
version = "0.0.5"
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
|
|
[dependencies]
|
|
term-painter = "*"
|
|
hyper = "*"
|
|
url = "*"
|
|
mime = "*"
|
|
|
|
# [dependencies.hyper]
|
|
# git = "https://github.com/hyperium/hyper.git"
|
|
# branch = "mio"
|