Add sqlx and tokio.

master
Tom Alexander 2 years ago
parent dd5cc6ffab
commit 6e08a0c8c3
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -7,3 +7,5 @@ edition = "2021"
[dependencies]
walkdir = "2.3.2"
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "sqlite", "migrate" ] }
tokio = { version = "1.16.1", features = ["full"] }

Loading…
Cancel
Save