aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cc6e98fd13038bd7dd7bfee6f393105ee9a7f030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tosin"
version = "0.1.0"
authors = ["Melody Horn / boringcactus <melody@boringcactus.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
warp = "0.3"