[package] name = "lanparty-net" version.workspace = true edition.workspace = true [dependencies] thiserror.workspace = true [lints.clippy] pedantic = { level = "warn", priority = -1 } todo = "warn" unwrap_used = "warn" [lints.rust] unsafe_code = "forbid"