Lines of
Cargo.toml
from check-in 61df933942
that are changed by the sequence of edits moving toward
check-in 0191d490fe:
1: [package]
2: name = "rsstg"
3: version = "0.1.1"
4: authors = ["arcade"]
5: edition = "2018"
6:
7: [dependencies]
8: config = "*"
61df933942 2020-11-18 9: http = "*"
61df933942 2020-11-18 10: #native-tls = "*"
61df933942 2020-11-18 11: #postgres = { version = "*", features = ["with-serde_json-1"] }
61df933942 2020-11-18 12: #tokio-postgres = "*"
61df933942 2020-11-18 13: #postgres-native-tls = "*"
61df933942 2020-11-18 14: serde = { version = "1.0", features = ["derive"] }
61df933942 2020-11-18 15: serde_json = "*"
61df933942 2020-11-18 16: #serde_postgres = "*"
17:
18: futures = "*"
19: telegram-bot = "*"
61df933942 2020-11-18 20: #tbot = "*"
21: tokio = { version = "0.2", features = ["macros" ] }
61df933942 2020-11-18 22: #tokio-timer = "*"
23:
24: futures-util = "*"
25:
26: sqlx = { version = "*", features = [ "postgres", "tls", "runtime-async-std-native-tls", "chrono" ] }
61df933942 2020-11-18 27: #async-std = { version = "*", features = [ "attributes" ] }
28:
29: regex = "*"
30:
31: rss = { version = "*", features = [ "from_url" ] }
32:
33: chrono = "*"