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
··· 6 6 license = "MPL-2.0" 7 7 8 8 [dependencies] 9 - jacquard-common = { version = "0.3.0", path = "../jacquard-common" } 9 + jacquard-common = { version = "0.3.0", path = "../jacquard-common", features = ["reqwest-client"] } 10 10 jacquard-identity = { version = "0.3.0", path = "../jacquard-identity" } 11 11 serde = { workspace = true, features = ["derive"] } 12 12 serde_json = { workspace = true }