Annotation For Cargo.toml
Logged in as anonymous

Lines of Cargo.toml from check-in 9143c728f3 that are changed by the sequence of edits moving toward check-in d52a6ff5c8:

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