Annotation For Cargo.toml
Logged in as anonymous

Lines of Cargo.toml from check-in b2b8005309 that are changed by the sequence of edits moving toward check-in f5365bf71c:

                         1: [package]
                         2: name = "rsstg"
b2b8005309 2020-12-18    3: version = "0.1.14"
                         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" ] }
b2b8005309 2020-12-18   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