mirror of
https://github.com/TeamPiped/piped-rust-sdk.git
synced 2024-08-14 23:56:06 +00:00
18 lines
318 B
TOML
18 lines
318 B
TOML
[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"
|
|
|
|
[[example]]
|
|
name = "trending"
|
|
path = "trending.rs"
|