Annotation For Cargo.toml
Logged in as anonymous

Origin for each line in Cargo.toml from check-in f5365bf71c:

61df933942 2020-11-18    1: [package]
61df933942 2020-11-18    2: name = "rsstg"
f5365bf71c 2021-01-22    3: version = "0.1.15"
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" ] }
f5365bf71c 2021-01-22   14: sqlx = { version = "*", features = [ "postgres", "tls", "runtime-tokio-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