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
14
examples/Cargo.toml
Normal file
14
examples/Cargo.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
edition = "2018"
|
||||
name = "examples"
|
||||
publish = false
|
||||
version = "0.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
piped = {path = "../piped"}
|
||||
reqwest = "0.11.3"
|
||||
tokio = {version = "1.5.0", features = ["macros", "rt-multi-thread"]}
|
||||
|
||||
[[example]]
|
||||
name = "channel"
|
||||
path = "channel.rs"
|
Loading…
Add table
Add a link
Reference in a new issue