Artifact c79cfce2733053abb715232a9b7489bb4b4141269288ce464af2ef697951f114:
- File Cargo.toml — part of check-in [075be7e40e] at 2020-11-18 17:55:07 on branch trunk — 0.1.3 - different list, enable, disable, fix throttle (user: arcade, size: 397) [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 = "*"