This commit is contained in:
JMARyA 2024-08-16 12:24:02 +02:00
parent 05d3848602
commit a1b597ef68
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 60 additions and 25 deletions

View file

@ -11,7 +11,7 @@ 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" }
mongod = { git = "https://git.hydrar.de/jmarya/mongod", features = ["cache"] }
bcrypt = "0.15.1"
data-encoding = "2.6.0"
rand = "0.8.5"