Artifact d15c4051b4b5734f8ff0008dde0617a8a95f6c22f2b80e3935cc6ada7a80ee11:
- File Cargo.toml — part of check-in [ebe7c281a5] at 2020-11-27 19:29:11 on branch trunk — 0.1.9: add ownership checks, rewrite error handling (user: arcade, size: 472) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.9" 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