diff options
Diffstat (limited to 'jid/Cargo.toml')
-rw-r--r-- | jid/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jid/Cargo.toml b/jid/Cargo.toml index 15049c9..0d817c9 100644 --- a/jid/Cargo.toml +++ b/jid/Cargo.toml @@ -4,3 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] +sqlx = { version = "0.8.3", features = ["sqlite"] } |