Lines of
Cargo.toml
from check-in f5365bf71c
that are changed by the sequence of edits moving toward
check-in 5609487b23:
1: [package]
2: name = "rsstg"
f5365bf71c 2021-01-22 3: version = "0.1.15"
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" ] }
f5365bf71c 2021-01-22 14: sqlx = { version = "*", features = [ "postgres", "tls", "runtime-tokio-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