forked from jmug/stoatchat
Basic Web Push support.
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
[package]
|
||||
name = "revolt"
|
||||
version = "0.3.3-alpha.5"
|
||||
version = "0.3.3-alpha.6"
|
||||
authors = ["Paul Makles <paulmakles@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.13.0"
|
||||
futures = "0.3.8"
|
||||
impl_ops = "0.1.1"
|
||||
web-push = "0.7.2"
|
||||
many-to-many = "0.1.2"
|
||||
ctrlc = { version = "3.0", features = ["termination"] }
|
||||
async-std = { version = "1.8.0", features = ["tokio02", "attributes"] }
|
||||
|
||||
Reference in New Issue
Block a user