Artifact 1227a57894594f8c6fd9174d72f799c1a6573fd4ff4ff48d4bd261dccba6c664:
- File Cargo.toml — part of check-in [3d3fde1b28] at 2020-11-25 16:57:46 on branch trunk — 0.1.6: switch to connection acquiring, expand error messages (user: arcade, size: 445) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.6" authors = ["arcade"] edition = "2018" [dependencies] config = "*" futures = "*" telegram-bot = "*" tokio = { version = "0.2", features = ["macros" ] } futures-util = "*" sqlx = { version = "*", features = [ "postgres", "tls", "runtime-async-std-native-tls", "chrono" ] } regex = "*" rss = { version = "*", features = [ "from_url" ] } chrono = "*" [profile.release] lto = true codegen-units = 1