Add deps for zora-post.
This commit is contained in:
parent
2bdf33d734
commit
b45c423439
|
@ -3,6 +3,11 @@ name = "zora"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
pico-args = "0.5.0"
|
||||||
|
|
||||||
# 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.ureq]
|
||||||
|
version = "2.5.0"
|
||||||
|
features = ["cookies", "encoding_rs", "json", "serde_json"]
|
||||||
|
|
Loading…
Reference in a new issue