Annotation For Cargo.toml
Logged in as anonymous

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

                         1: [package]
                         2: name = "smtp2tg"
f4cad2a5c0 2024-05-26    3: version = "0.2.0"
                         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: env_logger = "*"
f4cad2a5c0 2024-05-26   12: teloxide = "*"
                        13: mail-parser = { version = "*", features = ["serde", "serde_support"] }
                        14: samotop = "*"
                        15: 
                        16: [profile.release]
                        17: lto = true
                        18: codegen-units = 1