Lines of
Cargo.toml
from check-in fcf57ccb36
that are changed by the sequence of edits moving toward
check-in 9143c728f3:
1: [package]
2: name = "rsstg"
fcf57ccb36 2021-07-25 3: version = "0.1.17"
4: authors = ["arcade"]
5: edition = "2018"
6:
7: [dependencies]
8: chrono = "*"
9: config = "*"
10: futures = "*"
11: futures-util = "*"
12: regex = "*"
13: rss = { version = "*", features = [ "from_url" ] }
14: sqlx = { version = "*", features = [ "postgres", "tls", "runtime-async-std-native-tls", "chrono" ] }
15: telegram-bot = "*"
16: tokio = { version = "0.2", features = ["macros" ] }
17:
18: lazy_static = "*"
19:
20: anyhow = "*"
21:
22: [profile.release]
23: lto = true
24: codegen-units = 1