From 88681ccbb59de84d2f46899285b13ae65560b6e1 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 10 Sep 2021 14:26:41 +0500 Subject: [PATCH] Configure Cargo package --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7169056..4b78b53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,5 +3,11 @@ name = "jsonapis" version = "0.0.0" authors = ["Alex Kotov "] edition = "2018" +description = "JSON:API library for Rust" +homepage = "https://github.com/kotovalexarian/jsonapis.rs" +repository = "https://github.com/kotovalexarian/jsonapis.rs.git" [dependencies] +regex = "1.5.4" +serde = { version = "1.0.129", features = ["derive"] } +serde_json = "1.0.66"