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
url dep fix
Orual
4 months ago
303a1218
1c2f11b9
0/1
build.yml
failed
2min 22s
+1
-1
1 changed file
expand all
collapse all
unified
split
Cargo.toml
+1
-1
Cargo.toml
···
47
47
# Data types
48
48
bytes = "1.10"
49
49
smol_str = { version = "0.3", features = ["serde"] }
50
50
-
url = "2.5"
50
50
+
url = { version = "2.5", features = ["serde"] }
51
51
cid = { version = "0.11.1", features = ["serde", "std"] }
52
52
ipld-core = { version = "0.4.2", features = ["serde"] }
53
53
multihash = "0.19"