]>
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" | |
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] | |
79d78cde | 14 | csv = "1.3.0" |
6c8d15f4 | 15 | serde = "1.0" |