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
whoops, another new api crate dep
Orual
4 months ago
399c7414
e51c247c
0/1
build.yml
failed
4min 14s
+3
-1
3 changed files
expand all
collapse all
unified
split
Cargo.lock
crates
jacquard-api
Cargo.toml
jacquard-lexicon
Cargo.toml
+1
Cargo.lock
···
2284
2284
"serde",
2285
2285
"serde_ipld_dagcbor",
2286
2286
"thiserror 2.0.17",
2287
2287
+
"unicode-segmentation",
2287
2288
]
2288
2289
2289
2290
[[package]]
+1
crates/jacquard-api/Cargo.toml
···
24
24
serde.workspace = true
25
25
serde_ipld_dagcbor.workspace = true
26
26
thiserror.workspace = true
27
27
+
unicode-segmentation = "1.12"
27
28
28
29
29
30
[lints.rust]
+1
-1
crates/jacquard-lexicon/Cargo.toml
···
16
16
heck.workspace = true
17
17
inventory = "0.3"
18
18
jacquard-common = { version = "0.8", path = "../jacquard-common" }
19
19
-
miette = { workspace = true, features = ["fancy"] }
19
19
+
miette = { workspace = true }
20
20
prettyplease.workspace = true
21
21
proc-macro2.workspace = true
22
22
quote.workspace = true