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

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