Artifact 7dd4a3321459e75579bb7f699c8567e435efeb63739e41e5bebdfaf1d60d40f5:
- File Cargo.toml — part of check-in [b2b8005309] at 2020-12-18 19:15:56 on branch trunk — log errors to user (user: arcade, size: 473) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.14" 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