forked from jmug/stoatchat
Initial Commit
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "revolt"
|
||||
version = "0.1.0"
|
||||
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 = "0.9.0"
|
||||
bson = "0.14.0"
|
||||
rocket = { version = "0.4.2", default-features = false }
|
||||
once_cell = "1.3.1"
|
||||
dotenv = "0.15.0"
|
||||
Reference in New Issue
Block a user