1
0
Fork 0
mirror of https://github.com/kotovalexarian/jsonapis.rs.git synced 2024-10-30 11:53:58 -04:00

Initialize Cargo package

This commit is contained in:
Alex Kotov 2021-09-10 14:20:45 +05:00
parent 5ef22483f0
commit 52459e95aa
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
3 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/Cargo.lock
/target

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "jsonapis"
version = "0.0.0"
authors = ["Alex Kotov <kotovalexarian@gmail.com>"]
edition = "2018"
[dependencies]