Artifact 1eac192b0ad0bf12dc84c04059174bf572b0df964fc36875bc184d38e650d991:
- File Cargo.toml — part of check-in [21d16a0993] at 2020-11-18 15:11:26 on branch trunk — minor fixes: regexp, ordering (user: arcade, size: 397) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.2" 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 = "*"