sqlxo_traits 0.3.2

internal: sqlxo trait definitions and DTO types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "sqlxo_traits"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "internal: sqlxo trait definitions and DTO types"

[dependencies]
anyhow = { workspace = true }
sqlx = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
utoipa = { workspace = true }