Artifact a133f234ff4631deb1ca925f3181e002674ed0d1ae6b3c1d98088c8bc88f3914:
- File Cargo.toml — part of check-in [6ac5737a72] at 2020-11-18 19:46:12 on branch trunk — 0.1.4: fetch less data, sort posts by post date before posting (user: arcade, size: 445) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.4" authors = ["arcade"] edition = "2018" [dependencies] config = "*" futures = "*" telegram-bot = "*" tokio = { version = "0.2", features = ["macros" ] } futures-util = "*" sqlx = { version = "*", features = [ "postgres", "tls", "runtime-async-std-native-tls", "chrono" ] } regex = "*" rss = { version = "*", features = [ "from_url" ] } chrono = "*" [profile.release] lto = true codegen-units = 1