New pubsub backend.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
[package]
|
||||
name = "revolt"
|
||||
version = "0.2.10"
|
||||
version = "0.2.11"
|
||||
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]
|
||||
mongodb = { version = "1.1.0", default-features = false, features = ["sync"] } # FIXME: rewrite database with async API
|
||||
mongodb = { version = "1.1.1", default-features = false, features = ["sync"] } # FIXME: rewrite database with async API
|
||||
rocket = { version = "0.4.5", default-features = false }
|
||||
once_cell = "1.4.1"
|
||||
dotenv = "0.15.0"
|
||||
@@ -31,3 +31,5 @@ lazy_static = "1.4.0"
|
||||
log = "0.4.11"
|
||||
env_logger = "0.7.1"
|
||||
lettre = "0.10.0-alpha.1"
|
||||
hive_pubsub = { version = "0.3.1", features = ["mongo"] }
|
||||
many-to-many = "0.1.2"
|
||||
|
||||
Reference in New Issue
Block a user