rudeshark.net/packages/backend/native-utils/crates/database/Cargo.toml

12 lines
314 B
TOML
Raw Normal View History

2023-05-25 14:55:20 +02:00
[package]
name = "database"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
once_cell = "1.17.1"
2023-05-25 15:42:59 +02:00
sea-orm = { version = "0.11.3", features = ["sqlx-postgres", "runtime-tokio-rustls", "mock"] }
2023-05-25 14:55:20 +02:00
thiserror = "1.0.40"