Cargo.toml at [075be7e40e]
Logged in as anonymous

File Cargo.toml artifact c79cfce273 part of check-in 075be7e40e


[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 = "*"