Artifact 32385ff949448e5f1b675eb2316cb27374b7259cee868679c28f337bc14a27e4:
- File Cargo.toml — part of check-in [ec616a2a43] at 2020-11-19 17:43:05 on branch trunk — 0.1.5: logging, mostly (user: arcade, size: 445) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.5" 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