[package] authors = ["Scott Worley "] description = "Collect reports from tattlekey devices" edition = "2021" license = "GPL-3.0" name = "tattlekey-server" repository = "https://git.scottworley.com/tattlekey" version = "0.0.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] csv = "1.3.0" serde = { version = "1.0", features = ["derive"] }