-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
24 lines (22 loc) · 851 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "example-heroku-darpi"
version = "0.1.0"
authors = ["Petar Dambovaliev <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
darpi = { git = "https://github.com/darpi-rs/darpi.git", branch = "master" }
darpi-middleware = { git = "https://github.com/darpi-rs/darpi.git", branch = "master" }
darpi-graphql = { git = "https://github.com/darpi-rs/darpi.git", branch = "master" }
async-graphql = "2.5.4"
slab = "0.4.2"
serde = { version = "1.0", features = ["derive"] }
shaku = {version = "0.5.0", features = ["thread_safe"]}
derive_more = "0.99.11"
async-trait = "0.1.42"
env_logger = "0.8.2"
log = "0.4.13"
jsonwebtoken = "=7.2"
diesel = { version = "1.4.4", features = ["postgres", "r2d2"] }
dotenv = "0.15.0"
r2d2 = "0.8.9"