init
This commit is contained in:
parent
0d3df6bb64
commit
dcf546fa9c
18 changed files with 3463 additions and 1 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "synthwave"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
mongodb = "2.8.2"
|
||||
rocket = { version = "0.5.1", features = ["json"] }
|
||||
rocket_cors = "0.6.0"
|
||||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
serde_json = "1.0.117"
|
||||
uuid = { version = "1.9.1", features = ["v4"] }
|
||||
walkdir = "2.5.0"
|
||||
mongod = { git = "https://git.hydrar.de/jmarya/mongod" }
|
||||
bcrypt = "0.15.1"
|
||||
data-encoding = "2.6.0"
|
||||
rand = "0.8.5"
|
Loading…
Add table
Add a link
Reference in a new issue