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.

22 lines
552 B
TOML

[package]
name = "unredeemed"
version = "0.1.0"
authors = ["eater <=@eater.me>"]
edition = "2018"
[dependencies]
tokio = { version = "0.2", features = ["full"] }
tungstenite = "0.9.2"
tokio-tungstenite = { git = "https://github.com/snapview/tokio-tungstenite.git", features = ["default", "tls"] }
reqwest = { version = "0.10.1", features = ["json"] }
serde_json = "1.0.44"
serde_repr = "0.1.5"
serde = { version ="1.0.104", features = ["derive"] }
log = "0.4.8"
env_logger = "0.7.1"
http = "0.2.0"
url = "2.1.1"
futures = "0.3.1"
tokio-tls = "0.3.0"