-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (27 loc) · 806 Bytes
/
Cargo.toml
File metadata and controls
31 lines (27 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "vanderlinde"
version = "0.1.0"
authors = ["Ganesha Danu <ganeshadanu1@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.4.5"
diesel = { version = "1.4.5", features = ["postgres", "chrono", "uuidv07"] }
dotenv = "0.15.0"
serde = "1.0.116"
serde_derive = "1.0.116"
bcrypt = "0.8.2"
uuid = { version = "0.8.1", features = ["serde", "v4"] }
frank_jwt = "3.1.2"
serde_json = "1.0.57"
# juniper_rocket = "0.5.2"
chrono = "0.4.15"
rocket_cors = "0.5.2"
nanoid = "0.3.0"
[dependencies.rocket_contrib]
version = "0.4.5"
default-features = false
features = ["json", "diesel_postgres_pool", "uuid"]
# [dependencies.juniper]
# version = "0.14.2"
# features = ["serde_json", "uuid", "chrono"]