A better Rust ATProto crate

oversight in jacquard-identity standalone deps

Orual fb9609fe 7f6d76fb

Changed files
+1 -1
crates
jacquard-identity
+1 -1
crates/jacquard-identity/Cargo.toml
···
async-trait.workspace = true
bon.workspace = true
bytes.workspace = true
-
jacquard-common = { version = "0.3", path = "../jacquard-common" }
percent-encoding.workspace = true
reqwest.workspace = true
url.workspace = true
···
async-trait.workspace = true
bon.workspace = true
bytes.workspace = true
+
jacquard-common = { version = "0.3", path = "../jacquard-common", features = ["reqwest-client"] }
percent-encoding.workspace = true
reqwest.workspace = true
url.workspace = true