Restructure project and add examples.

This commit is contained in:
FireMasterK 2021-04-29 20:56:18 +05:30
parent b780f05f0c
commit 9f2ccc35ee
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58
5 changed files with 56 additions and 12 deletions

View file

@ -1,12 +1,5 @@
[package]
authors = ["Kavin <kavin@kavin.rocks>"]
edition = "2018"
name = "piped-rust-sdk"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = "0.11.3"
serde = {version = "1.0.125", features = ["derive"]}
serde_json = "1.0.64"
[workspace]
members = [
"piped",
"examples",
]