Configure Cargo package

This commit is contained in:
Alex Kotov 2021-09-10 14:26:41 +05:00
parent e444b359f8
commit 88681ccbb5
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 6 additions and 0 deletions

View File

@ -3,5 +3,11 @@ name = "jsonapis"
version = "0.0.0"
authors = ["Alex Kotov <kotovalexarian@gmail.com>"]
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"