]>
Commit | Line | Data |
---|---|---|
891f78b7 SW |
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" | |
48e03c9c | 8 | version = "0.1.0" |
891f78b7 SW |
9 | |
10 | ||
11 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
12 | ||
13 | [dependencies] | |
79d78cde | 14 | csv = "1.3.0" |
e8a97c55 | 15 | serde = { version = "1.0", features = ["derive"] } |