61df933942 2020-11-18 1: [package]
61df933942 2020-11-18 2: name = "rsstg"
f322efafd9 2020-11-30 3: version = "0.1.11"
61df933942 2020-11-18 4: authors = ["arcade"]
61df933942 2020-11-18 5: edition = "2018"
61df933942 2020-11-18 6:
61df933942 2020-11-18 7: [dependencies]
4acdad1942 2020-11-26 8: chrono = "*"
0191d490fe 2020-11-18 9: config = "*"
0191d490fe 2020-11-18 10: futures = "*"
4acdad1942 2020-11-26 11: futures-util = "*"
4acdad1942 2020-11-26 12: regex = "*"
4acdad1942 2020-11-26 13: rss = { version = "*", features = [ "from_url" ] }
4acdad1942 2020-11-26 14: sqlx = { version = "*", features = [ "postgres", "tls", "runtime-async-std-native-tls", "chrono" ] }
0191d490fe 2020-11-18 15: telegram-bot = "*"
0191d490fe 2020-11-18 16: tokio = { version = "0.2", features = ["macros" ] }
0191d490fe 2020-11-18 17:
4acdad1942 2020-11-26 18: lazy_static = "*"
4acdad1942 2020-11-26 19:
4acdad1942 2020-11-26 20: anyhow = "*"
6f950e082f 2020-11-18 21:
6f950e082f 2020-11-18 22: [profile.release]
6f950e082f 2020-11-18 23: lto = true
6f950e082f 2020-11-18 24: codegen-units = 1