Lines of
Cargo.toml
from check-in 39ee25f5c3
that are changed by the sequence of edits moving toward
check-in f322efafd9:
1: [package]
2: name = "rsstg"
39ee25f5c3 2020-11-29 3: version = "0.1.10"
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