Artifact 34be446701cd8856220c2fa958ed30c61983f24efb4a09a0f36fefc5538a72ea:
- File Cargo.toml — part of check-in [5609487b23] at 2021-06-28 08:27:14 on branch trunk — fix building on rust 1.53 (user: arcade, size: 473) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.16" 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