Artifact 36bab9d234ffb085c773fbe44ad3d8a0b3f4c2c7839fae1c4566b3134d4bc0b2:
- File Cargo.toml — part of check-in [423cadd9c7] at 2020-11-27 07:18:32 on branch trunk — 0.1.8: rewrite error handling (user: arcade, size: 472) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.8" 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