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