aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2c962b7c1719447d215892e1ca591423ccb04cb6 (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
25
26
27
28
29
[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"
bigdecimal = "0.0.14"
rand = "0.7"

[dependencies.diesel]
version = "1.4.2"
features = ["mysql", "r2d2", "numeric", "chrono"]
default-features = false

[dependencies.chrono]
version = "0.4"
features = ["serde"]