tangled
alpha
login
or
join now
nonbinary.computer
/
jacquard
80
fork
atom
A better Rust ATProto crate
80
fork
atom
overview
issues
9
pulls
pipelines
further feature gating
Orual
4 months ago
d766804e
024990b4
1/1
build.yml
success
4min 10s
+6
2 changed files
expand all
collapse all
unified
split
Cargo.lock
crates
jacquard-identity
Cargo.toml
+1
Cargo.lock
···
2911
2911
"smallvec",
2912
2912
"tagptr",
2913
2913
"triomphe",
2914
2914
+
"web-time",
2914
2915
]
2915
2916
2916
2917
[[package]]
+5
crates/jacquard-identity/Cargo.toml
···
43
43
hickory-resolver = { optional = true, version = "0.24", default-features = false, features = ["system-config", "tokio-runtime"]}
44
44
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
45
45
46
46
+
47
47
+
[target.'cfg(target_arch = "wasm32")'.dependencies]
48
48
+
mini-moka = { git = "https://github.com/moka-rs/mini-moka", rev = "da864e849f5d034f32e02197fee9bb5d5af36d3d", features = ["js"] }
49
49
+
50
50
+
46
51
[[example]]
47
52
name = "resolve_lexicon"
48
53
path = "../../examples/resolve_lexicon.rs"