2025-11-11 17:10:47 +01:00
|
|
|
[package]
|
|
|
|
|
name = "sqlxgentools_misc"
|
2026-01-13 21:15:27 +01:00
|
|
|
description = "Various data types and traits to use in a sqlxgentools-enabled codebase."
|
2025-11-11 17:10:47 +01:00
|
|
|
publish = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
version.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
sqlx-core = { version = "=0.8.6" }
|
|
|
|
|
sqlx-sqlite = { version = "=0.8.6", features = ["offline"] }
|
|
|
|
|
fully_pub = "0.1"
|
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
|
|
[lints.clippy]
|
|
|
|
|
uninlined_format_args = "allow"
|