mirror of
https://github.com/TeamPiped/piped-rust-sdk.git
synced 2024-08-14 23:56:06 +00:00
Restructure project and add examples.
This commit is contained in:
parent
b780f05f0c
commit
9f2ccc35ee
5 changed files with 56 additions and 12 deletions
17
Cargo.toml
17
Cargo.toml
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue