mirror of
https://github.com/kotovalexarian/jsonapis.rs.git
synced 2025-04-21 17:52:45 -04:00
Configure Cargo package
This commit is contained in:
parent
e444b359f8
commit
88681ccbb5
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue