piped-rust-sdk/piped/Cargo.toml
2021-04-29 21:23:42 +05:30

16 lines
497 B
TOML

[package]
authors = ["Kavin <kavin@kavin.rocks>"]
description = "An API wrapper for the privacy friendly YouTube frontend called Piped."
edition = "2018"
keywords = ["youtube"]
license = "GPL-3.0"
name = "piped"
repository = "https://github.com/TeamPiped/piped-rust-sdk"
version = "0.0.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"