This repository has been archived on 2022-07-24. You can view files and clone it, but cannot push or open issues or pull requests.
itconfig/examples/diesel/Cargo.toml

13 lines
409 B
TOML
Raw Permalink Normal View History

2019-12-29 01:11:34 +03:00
[package]
2019-12-31 08:26:44 +03:00
name = "itconfig-diesel-example"
2019-12-29 01:11:34 +03:00
version = "0.1.0"
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itconfig = { path = "../../itconfig", default-features = false, features = ["macro"] }
2019-12-29 01:11:34 +03:00
dotenv = "0.15.0"
2021-04-15 23:34:13 +03:00
diesel = { version = "1.4.6", features = ["postgres"] }