A better Rust ATProto crate

oversight in jacquard-oauth standalone deps

Orual 5dae4cec fb9609fe

Changed files
+1 -1
crates
jacquard-oauth
+1 -1
crates/jacquard-oauth/Cargo.toml
···
license = "MPL-2.0"
[dependencies]
-
jacquard-common = { version = "0.3.0", path = "../jacquard-common" }
jacquard-identity = { version = "0.3.0", path = "../jacquard-identity" }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
···
license = "MPL-2.0"
[dependencies]
+
jacquard-common = { version = "0.3.0", path = "../jacquard-common", features = ["reqwest-client"] }
jacquard-identity = { version = "0.3.0", path = "../jacquard-identity" }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }