X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/891f78b762fa77f19899024d6d9977cf6e635467..10cf2c8e8fcffc287ad5f6aaa491895d1a0a84ad:/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"] }