Artifact cc71d84a8cd271a68487c8b9d4ca5386fbc38e0098b73f9663636717230e14f1:
- File Cargo.toml — part of check-in [fcf57ccb36] at 2021-07-25 08:18:50 on branch trunk — 0.1.17: update deps, only process messages, fetch delay goes down from 5 min to 1 minute (user: arcade, size: 473) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.17" 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