]> git.scottworley.com Git - tattlekey/blob - server/Cargo.toml
server: Only write CSV headers when initially creating the log file
[tattlekey] / server / Cargo.toml
1 [package]
2 authors = ["Scott Worley <scottworley@scottworley.com>"]
3 description = "Collect reports from tattlekey devices"
4 edition = "2021"
5 license = "GPL-3.0"
6 name = "tattlekey-server"
7 repository = "https://git.scottworley.com/tattlekey"
8 version = "0.0.1"
9
10
11 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
13 [dependencies]
14 csv = "1.3.0"
15 serde = { version = "1.0", features = ["derive"] }