Tiraya/crates/db/Cargo.toml

38 lines
960 B
TOML

[package]
name = "tiraya-db"
description = "Database models and operations for the Tiraya music streaming service"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
bigdecimal.workspace = true
data-encoding.workspace = true
futures.workspace = true
hex-literal.workspace = true
http.workspace = true
nonempty-collections.workspace = true
once_cell.workspace = true
otvec.workspace = true
path_macro.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_plain.workspace = true
similar.workspace = true
siphasher.workspace = true
smart-default.workspace = true
sqlx.workspace = true
time.workspace = true
thiserror.workspace = true
tracing.workspace = true
uuid.workspace = true
tiraya-api-model.workspace = true
tiraya-utils.workspace = true
[dev-dependencies]
tokio.workspace = true
sqlx-database-tester.workspace = true
insta.workspace = true