You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
370 B
TOML

[package]
name = "unredeemed"
version = "0.1.0"
authors = ["eater <=@eater.me>"]
edition = "2018"
[dependencies]
tungstenite = "0.9.2"
reqwest = "0.10.1"
async-std = { version = "1.4.0", features = ["attributes", "unstable"] }
crossbeam-channel = "0.4.0"
bytes = "0.5.3"
serde_json = "1.0.44"
serde_repr = "0.1.5"
serde = { version ="1.0.104", features = ["derive"] }