mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-18 15:39:04 +00:00
12 lines
166 B
TOML
12 lines
166 B
TOML
[package]
|
|
name = "rocket"
|
|
version = "0.0.8"
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
|
|
[dependencies]
|
|
term-painter = "*"
|
|
log = "*"
|
|
hyper = "*"
|
|
url = "*"
|
|
mime = "*"
|