[package] name = "linea_caliente" version = "0.1.0" edition = "2021" license = "AGPL-3.0-or-later" description = "A hotline protocol library" homepage = "https://r.bdr.sh/hotline.html" authors = ["Rubén Beltrán del Río "] [dependencies] [profile.release] strip = true lto = true panic = "abort" [lints.clippy] pedantic = "warn"