Lines of
Cargo.toml
from check-in e3339014b4
that are changed by the sequence of edits moving toward
check-in f988dfd28f:
1: [package]
2: name = "rsstg"
e3339014b4 2022-01-26 3: version = "0.2.7"
4: authors = ["arcade"]
5: edition = "2018"
6:
7: [dependencies]
8: anyhow = "*"
9: atom_syndication = { version = "*", features = [ "with-serde" ] }
10: chrono = "*"
11: config = "*"
12: futures = "*"
13: futures-util = "*"
14: lazy_static = "*"
15: regex = "*"
16: reqwest = { version = "*", features = [ "brotli", "gzip", "deflate" ]}
17: rss = { version = "*", features = [ "from_url" ] }
18: sedregex = "*"
19: sqlx = { version = "*", features = [ "postgres", "tls", "runtime-tokio-native-tls", "chrono" ] }
20: #telegram-bot = "*"
21: telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
22: tokio = { version = "1.2", features = [ "macros", "net", "rt-multi-thread", "time" ] }
23:
24: [profile.release]
25: lto = true
26: codegen-units = 1