Add tokio and sqlx.

This commit is contained in:
Tom Alexander 2022-04-10 16:44:18 -04:00
parent e8742061f0
commit 675b3638cd
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 1152 additions and 2 deletions

1150
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@ name = "github_watcher"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "sqlite", "migrate" ] }
tokio = { version = "1.16.1", features = ["full"] }