mirror of
https://github.com/TeamPiped/piped-rust-sdk.git
synced 2024-08-14 23:56:06 +00:00
Update version.
This commit is contained in:
parent
fb51fef974
commit
bb02c34ef1
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@ keywords = ["youtube"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
name = "piped"
|
name = "piped"
|
||||||
repository = "https://github.com/TeamPiped/piped-rust-sdk"
|
repository = "https://github.com/TeamPiped/piped-rust-sdk"
|
||||||
version = "0.0.1"
|
version = "0.0.3"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
reqwest = "^0.11"
|
reqwest = "^0.11"
|
||||||
url = "^2.2"
|
|
||||||
serde = {version = "^1.0", features = ["derive"]}
|
serde = {version = "^1.0", features = ["derive"]}
|
||||||
serde_json = "^1.0"
|
serde_json = "^1.0"
|
||||||
|
url = "^2.2"
|
||||||
|
|
||||||
thiserror = "^1.0"
|
thiserror = "^1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue