You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
410 B
TOML
16 lines
410 B
TOML
[package]
|
|
name = "database"
|
|
version = "0.1.0"
|
|
authors = ["trivernis <trivernis@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dotenv = "0.15.0"
|
|
chrono = "0.4.19"
|
|
thiserror = "1.0.24"
|
|
diesel = {version="1.4.6", features=["postgres", "r2d2", "chrono"]}
|
|
log = "0.4.14"
|
|
diesel_migrations = "1.4.0"
|
|
r2d2 = "0.8.9" |