You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
279 B
TOML

[package]
name = "github_watcher"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.11.10", features = ["json"] }
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "sqlite", "migrate" ] }
tokio = { version = "1.16.1", features = ["full"] }