aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
blob: c1175b79686ce764834c539f275f7d6db5075a1d (plain)
1
2
3
4
5
6
7
8
[package]
name = "fc"
version = "0.1.0"
authors = ["Bryan Newbold <bnewbold@archive.org>"]

[dependencies]
diesel = { version = "1.0.0", features = ["postgres"] }
dotenv = "0.9.0"