backie/Cargo.toml

14 lines
406 B
TOML
Raw Normal View History

2021-05-30 08:35:00 +00:00
[package]
name = "fang"
version = "0.1.0"
authors = ["Ayrat Badykov <ayratin555@gmail.com>"]
edition = "2018"
description = "fang is in active development. it's published to take the name on crates.io"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-06-05 11:39:19 +00:00
diesel = { version = "1.4.6", features = ["postgres"] }
dotenv = "0.15.0"