diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ edition = "2024" [dependencies] anyhow = "1.0.102" env_logger = "0.11.10" +libc = "0.2.184" log = "0.4.29" rusqlite = "0.39.0" tokio = { version = "1.51.0", features = ["macros", "rt-multi-thread", "sync"] } |
