summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2b6fee6f9b1ffccd0a56503ae4ddc1a13bb4ba18 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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-tungstenite = "*"
rand = "0.8"