Artifact baf3cf09dcaac0a9422e83b38d71b967925820ba74a7e87fa26ff38cfa1284f1:
- File Cargo.toml — part of check-in [4acdad1942] at 2020-11-26 21:02:56 on branch trunk — 0.1.7: I'm getting better at error handling + owner checks to enable/disable (user: arcade, size: 472) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.7" 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