15 lines
344 B
TOML
15 lines
344 B
TOML
|
[package]
|
||
|
name = "quickserv"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Christine Dodrill <me@christine.website>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
log = "0"
|
||
|
env_logger = "0.7"
|
||
|
structopt = "0.3"
|
||
|
tokio = { version = "0.2", features = ["macros"] }
|
||
|
warp = "0.2"
|