Artifact 667f31934416660a6be86a15fb1995dfeb191342c529ff0c3d06267a7a45c0c5:
- File Cargo.toml — part of check-in [6f950e082f] at 2020-11-18 18:30:21 on branch trunk — optimize prelease (user: arcade, size: 445) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.3" 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