Lines of
Cargo.toml
from check-in 21d16a0993
that are changed by the sequence of edits moving toward
check-in 075be7e40e:
1: [package]
2: name = "rsstg"
21d16a0993 2020-11-18 3: version = "0.1.2"
4: authors = ["arcade"]
5: edition = "2018"
6:
7: [dependencies]
8: config = "*"
9:
10: futures = "*"
11: telegram-bot = "*"
12: tokio = { version = "0.2", features = ["macros" ] }
13:
14: futures-util = "*"
15:
16: sqlx = { version = "*", features = [ "postgres", "tls", "runtime-async-std-native-tls", "chrono" ] }
17:
18: regex = "*"
19:
20: rss = { version = "*", features = [ "from_url" ] }
21:
22: chrono = "*"