diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,3 +7,8 @@ edition = "2018" git2 = "0.13.20" reqwest = { version = "0.11.3", features = ["blocking", "json"] } serde = { version = "1.0.126", features = ["derive"] } +tokio = { version = "1.6.1", features = ["macros", "rt"] } + +[dependencies.sqlx] +version = "0.5.5" +features = ["chrono", "macros", "runtime-tokio-rustls", "sqlite"] |