diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-08-30 20:37:08 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-08-30 20:37:08 -0400 |
| commit | 92a7518975c6bc4b2f9b9c6c12c458b24e8cfaf5 (patch) | |
| tree | f0bc1dedad045f360576c169b7482e73f6820eaf /Cargo.toml | |
| parent | f26dd0d662d8fc33108d072031329e707f54300b (diff) | |
Store state in sqlite. Default to .hi in the cwd.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,4 +6,5 @@ edition = "2021" [dependencies] axum = "0.7.5" clap = { version = "4.5.16", features = ["derive", "env"] } +sqlx = { version = "0.8.1", features = ["runtime-tokio", "sqlite"] } tokio = { version = "1.40.0", features = ["rt", "macros", "rt-multi-thread"] } |
