X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/891f78b762fa77f19899024d6d9977cf6e635467..6c8d15f4b2c0bacf5cb9fe5ad527ce219b97e0e9:/server/Cargo.toml diff --git a/server/Cargo.toml b/server/Cargo.toml index a77bdd3..01a4b3f 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -11,3 +11,5 @@ version = "0.0.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +csv = "1.3.0" +serde = "1.0"