Annotation For Cargo.toml
Logged in as anonymous

Lines of Cargo.toml from check-in ec616a2a43 that are changed by the sequence of edits moving toward check-in 3d3fde1b28:

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