Add initial code.

Needs a *LOT* of improvement still.
This commit is contained in:
FireMasterK 2021-04-29 12:32:53 +05:30
parent d5b9a70404
commit 0b2980ecb8
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58
3 changed files with 181 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[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"