Rasql/rasql-traits/Cargo.toml

13 lines
277 B
TOML
Raw Normal View History

2025-01-27 00:15:39 +00:00
[package]
name = "rasql-traits"
version = "0.0.0"
2025-01-27 00:15:39 +00:00
edition = "2021"
license = "MIT"
description = "Trait definitions for Rasql generated database types"
2025-01-27 00:15:39 +00:00
[dependencies]
tokio-postgres = { version = "0.7.12", optional = true }
[features]
tokio-postgres = ["dep:tokio-postgres"]