Artifact 9854a96bff721f13549ac14602f797d12db9e56efd4b0f5e20de16a9428eff02:
- File Cargo.toml — part of check-in [9143c728f3] at 2021-09-19 07:21:30 on branch trunk — 0.1.18: bump crates (user: arcade, size: 496) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.18" authors = ["arcade"] edition = "2018" [dependencies] atom_syndication = "*" 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