backie/Cargo.toml

22 lines
687 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-06 08:44:46 +00:00
diesel = { version = "1.4.6", features = ["postgres", "serde_json", "chrono", "uuidv07"] }
2021-06-12 12:59:09 +00:00
diesel-derive-enum = { version = "1", features = ["postgres"] }
2021-06-05 11:39:19 +00:00
dotenv = "0.15.0"
2021-06-06 08:44:46 +00:00
uuid = { version = "0.8", features = ["v4"] }
chrono = "0.4"
serde_json = "1.0"
2021-06-20 08:10:02 +00:00
typetag = "0.1"
2021-06-23 05:32:35 +00:00
log = "0.4.0"
env_logger = "0.8.4"
2021-06-20 08:10:02 +00:00
serde = { version = "1.0", features = ["derive"] }