blob: 3a9c24e4788f0ce06fede63867f676dc7b69269b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "websweeper"
version = "1.0.0"
authors = ["stale <stale@masba.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1", features = ["full"] }
warp = { version = "0.3", features = ["tls", "websocket"] }
rand = "0.8"
futures-util = "0.3"
ammonia = "3"
|