diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ authors = ["Joris <joris@guyonvarch.me>"] edition = "2021" [dependencies] +anyhow = "1.0" base64 = "0.22" chrono = "0.4" const_format = "0.2" @@ -20,4 +21,5 @@ rand_core = "0.6" tempfile = "3.15" tokio = { version = "1", features = ["full"] } tokio-rusqlite = "0.6" +rusqlite_migration = "1.3" tokio-util = "0.7" |