Artifact 8f0ed2fd9a6bd20f0ea609d8c1b4c0cd090f094640268e00ef83274ba894e585:
- File Cargo.toml — part of check-in [5148f929f3] at 2020-12-07 19:17:25 on branch trunk — 0.1.12: add guards around checker, fix fetching next source, on check report errors to owner (user: arcade, size: 473) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.12" authors = ["arcade"] edition = "2018" [dependencies] chrono = "*" config = "*" futures = "*" futures-util = "*" regex = "*" rss = { version = "*", features = [ "from_url" ] } sqlx = { version = "*", features = [ "postgres", "tls", "runtime-async-std-native-tls", "chrono" ] } telegram-bot = "*" tokio = { version = "0.2", features = ["macros" ] } lazy_static = "*" anyhow = "*" [profile.release] lto = true codegen-units = 1