X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/891f78b762fa77f19899024d6d9977cf6e635467..48e03c9c42becd6010156318c1436cc061e61e3f:/server/Cargo.toml diff --git a/server/Cargo.toml b/server/Cargo.toml index a77bdd3..1dc3eed 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -5,9 +5,11 @@ edition = "2021" license = "GPL-3.0" name = "tattlekey-server" repository = "https://git.scottworley.com/tattlekey" -version = "0.0.1" +version = "0.1.0" # 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"] }