about summary refs log tree commit diff
path: root/users/tazjin/finito/finito-postgres/Cargo.toml
blob: dd8d1d000304ece7d5bae7b26faa59094d425a33 (plain) (blame)
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
[package]
name = "finito-postgres"
version = "0.1.0"
authors = ["Vincent Ambo <mail@tazj.in>"]

[dependencies]
chrono = "0.4"
postgres-derive = "0.3"
serde = "1.0"
serde_json = "1.0"
r2d2_postgres = "0.14"

[dependencies.postgres]
version = "0.15"
features = [ "with-uuid", "with-chrono", "with-serde_json" ]

[dependencies.uuid]
version = "0.5"
features = [ "v4" ]

[dependencies.finito]
path = "../finito-core"

[dev-dependencies.finito-door]
path = "../finito-door"