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.
21 lines
454 B
TOML
21 lines
454 B
TOML
[package]
|
|
name = "bot-database"
|
|
version = "0.6.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.31"
|
|
tracing = "0.1.34"
|
|
|
|
[dependencies.sea-orm]
|
|
version = "0.9.2"
|
|
features = ["runtime-tokio-native-tls", "sqlx-postgres"]
|
|
|
|
[dependencies.migration]
|
|
path = "./migration"
|