X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/6c8d15f4b2c0bacf5cb9fe5ad527ce219b97e0e9..48e03c9c42becd6010156318c1436cc061e61e3f:/server/Cargo.toml diff --git a/server/Cargo.toml b/server/Cargo.toml index 01a4b3f..1dc3eed 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -5,11 +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 = "1.0" +serde = { version = "1.0", features = ["derive"] }