mirror of
https://github.com/TeamPiped/piped-rust-sdk.git
synced 2024-08-14 23:56:06 +00:00
Add initial code.
Needs a *LOT* of improvement still.
This commit is contained in:
parent
d5b9a70404
commit
0b2980ecb8
3 changed files with 181 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue