Artifact 11f9855924d2bf2c12f036e97310a92f5b90520d1906be10611e9771cbd7360e:
- File Cargo.toml — part of check-in [39ee25f5c3] at 2020-11-29 19:48:38 on branch trunk — added lock, detailed errors (user: arcade, size: 473) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.10" 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