diff --git a/Cargo.toml b/Cargo.toml index a95e4c3..3416eac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,7 @@ log = "*" serde = "*" serde_json = "1" sha2 = "0.9" +sqlx-core = "=0.5.1" thiserror = "*" time = "0.2" tokio = { version = "1.2.0", features = ["full"] }