Artifact 753e8c066c1051d67c10fedc5b150b8427492a89498a8d3c29744280e4aa5f0b:
- File Cargo.toml — part of check-in [f5365bf71c] at 2021-01-22 13:11:39 on branch trunk — 0.1.15: just build changes (user: arcade, size: 469) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.15" authors = ["arcade"] edition = "2018" [dependencies] chrono = "*" config = "*" futures = "*" futures-util = "*" regex = "*" rss = { version = "*", features = [ "from_url" ] } sqlx = { version = "*", features = [ "postgres", "tls", "runtime-tokio-native-tls", "chrono" ] } telegram-bot = "*" tokio = { version = "0.2", features = ["macros" ] } lazy_static = "*" anyhow = "*" [profile.release] lto = true codegen-units = 1