aboutsummaryrefslogtreecommitdiffstats
path: root/jid/Cargo.toml
blob: d5983ea0f05c4c6ee8d184e25501816836e52819 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "jid"
version = "0.1.0"
edition = "2021"

[features]
sqlx = ["dep:sqlx"]

[dependencies]
sqlx = { version = "0.8.3", features = ["sqlite"], optional = true }