[package] name = "lanspread-db" version = "0.1.0" edition = "2021" [lints.rust] unsafe_code = "forbid" [lints.clippy] pedantic = { level = "warn", priority = -1 } todo = "warn" unwrap_used = "warn" [dependencies] # external bytes = { workspace = true } eyre = { workspace = true } semver = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } tracing = { workspace = true }