]> git.scottworley.com Git - tattlekey/blame - server/Cargo.toml
server: Write CSV to log file
[tattlekey] / server / Cargo.toml
CommitLineData
891f78b7
SW
1[package]
2authors = ["Scott Worley <scottworley@scottworley.com>"]
3description = "Collect reports from tattlekey devices"
4edition = "2021"
5license = "GPL-3.0"
6name = "tattlekey-server"
7repository = "https://git.scottworley.com/tattlekey"
8version = "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]
79d78cde
SW
14csv = "1.3.0"
15serde = { version = "1.0", features = ["derive"] }