aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b7f10121fb134f28a6166a43c773e303c45e2ce3 (plain)
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 = "furby"
version = "0.1.0"
authors = ["Akshay <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-web = "3"
bcrypt = "0.8"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
log = "0.4"
pretty_env_logger = "0.4"
actix-identity = "0.3.1"
actix-cors = "0.4.0"
rand = "0.7"

[dependencies.diesel]
version = "1.4"
features = ["mysql", "r2d2"]
default-features = false