Add tokio and sqlx.

master
Tom Alexander 2 years ago
parent e8742061f0
commit 675b3638cd
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

1150
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -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"] }

Loading…
Cancel
Save