Annotation For Cargo.toml
Logged in as anonymous

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

                         1: [package]
                         2: name = "smtp2tg"
b311abee46 2024-06-13    3: version = "0.2.1"
                         4: authors = [ "arcade" ]
                         5: edition = "2021"
                         6: 
                         7: [dependencies]
                         8: anyhow = "*"
                         9: async-std = { version = "*", features = [ "tokio1" ] }
                        10: config = { version = "*", default-features = false, features = [ "toml" ] }
                        11: teloxide = { version = "*", features = [ "rustls", "throttle" ] }
                        12: mail-parser = { version = "*", features = ["serde", "serde_support"] }
b311abee46 2024-06-13   13: samotop = "*"
                        14: 
                        15: [profile.release]
                        16: lto = true
                        17: codegen-units = 1