Artifact 6d443e5c4cf1499992cd791c177935e3c168343d52f9e1a5f41a7ba2420a8673:
- File Cargo.toml — part of check-in [0191d490fe] at 2020-11-18 14:12:00 on branch trunk — huge cleanup, clone, thread spawn, new feed process, public /check (user: arcade, size: 397) [annotate] [blame] [check-ins using]
[package] name = "rsstg" version = "0.1.1" 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 = "*"