tangled
alpha
login
or
join now
nekomimi.pet
/
jacquard
forked from
nonbinary.computer/jacquard
0
fork
atom
A better Rust ATProto crate
0
fork
atom
overview
issues
pulls
pipelines
needed to specify pkg version
Orual
4 months ago
db045225
d533482a
+1
-1
1 changed file
expand all
collapse all
unified
split
crates
jacquard-identity
Cargo.toml
+1
-1
crates/jacquard-identity/Cargo.toml
···
37
37
urlencoding.workspace = true
38
38
tracing = { workspace = true, optional = true }
39
39
n0-future = { workspace = true, optional = true }
40
40
-
mini-moka = { git = "https://github.com/moka-rs/mini-moka", rev = "da864e849f5d034f32e02197fee9bb5d5af36d3d", optional = true }
40
40
+
mini-moka = { version = "0.11.0", git = "https://github.com/moka-rs/mini-moka", rev = "da864e849f5d034f32e02197fee9bb5d5af36d3d", optional = true }
41
41
42
42
[target.'cfg(not(target_family = "wasm"))'.dependencies]
43
43
hickory-resolver = { optional = true, version = "0.24", default-features = false, features = ["system-config", "tokio-runtime"]}