Add tokio and sqlx.
This commit is contained in:
parent
e8742061f0
commit
675b3638cd
1150
Cargo.lock
generated
Normal file
1150
Cargo.lock
generated
Normal file
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…
Reference in New Issue
Block a user