tangled
alpha
login
or
join now
nonbinary.computer
/
weaver
atproto blogging
24
fork
atom
overview
issues
2
pulls
pipelines
git deps
Orual
2 months ago
9548c321
91c15c05
+20
-12
2 changed files
expand all
collapse all
unified
split
Cargo.lock
Cargo.toml
+8
Cargo.lock
···
4079
4079
[[package]]
4080
4080
name = "jacquard"
4081
4081
version = "0.9.0"
4082
4082
+
source = "git+https://tangled.org/@nonbinary.computer/jacquard#01aac77e5e611a3e2546edf242ec167081b46d58"
4082
4083
dependencies = [
4083
4084
"bytes",
4084
4085
"getrandom 0.2.16",
···
4108
4109
[[package]]
4109
4110
name = "jacquard-api"
4110
4111
version = "0.9.0"
4112
4112
+
source = "git+https://tangled.org/@nonbinary.computer/jacquard#01aac77e5e611a3e2546edf242ec167081b46d58"
4111
4113
dependencies = [
4112
4114
"bon",
4113
4115
"bytes",
···
4125
4127
[[package]]
4126
4128
name = "jacquard-axum"
4127
4129
version = "0.9.0"
4130
4130
+
source = "git+https://tangled.org/@nonbinary.computer/jacquard#01aac77e5e611a3e2546edf242ec167081b46d58"
4128
4131
dependencies = [
4129
4132
"axum",
4130
4133
"bytes",
···
4146
4149
[[package]]
4147
4150
name = "jacquard-common"
4148
4151
version = "0.9.0"
4152
4152
+
source = "git+https://tangled.org/@nonbinary.computer/jacquard#01aac77e5e611a3e2546edf242ec167081b46d58"
4149
4153
dependencies = [
4150
4154
"base64 0.22.1",
4151
4155
"bon",
···
4188
4192
[[package]]
4189
4193
name = "jacquard-derive"
4190
4194
version = "0.9.0"
4195
4195
+
source = "git+https://tangled.org/@nonbinary.computer/jacquard#01aac77e5e611a3e2546edf242ec167081b46d58"
4191
4196
dependencies = [
4192
4197
"heck 0.5.0",
4193
4198
"jacquard-lexicon",
···
4199
4204
[[package]]
4200
4205
name = "jacquard-identity"
4201
4206
version = "0.9.1"
4207
4207
+
source = "git+https://tangled.org/@nonbinary.computer/jacquard#01aac77e5e611a3e2546edf242ec167081b46d58"
4202
4208
dependencies = [
4203
4209
"bon",
4204
4210
"bytes",
···
4226
4232
[[package]]
4227
4233
name = "jacquard-lexicon"
4228
4234
version = "0.9.1"
4235
4235
+
source = "git+https://tangled.org/@nonbinary.computer/jacquard#01aac77e5e611a3e2546edf242ec167081b46d58"
4229
4236
dependencies = [
4230
4237
"cid",
4231
4238
"dashmap",
···
4251
4258
[[package]]
4252
4259
name = "jacquard-oauth"
4253
4260
version = "0.9.0"
4261
4261
+
source = "git+https://tangled.org/@nonbinary.computer/jacquard#01aac77e5e611a3e2546edf242ec167081b46d58"
4254
4262
dependencies = [
4255
4263
"base64 0.22.1",
4256
4264
"bytes",
+12
-12
Cargo.toml
···
40
40
markdown-weaver = { git = "https://github.com/rsform/markdown-weaver" }
41
41
markdown-weaver-escape = { git = "https://github.com/rsform/markdown-weaver" }
42
42
43
43
-
# jacquard = { git = "https://tangled.org/@nonbinary.computer/jacquard", default-features = false, features = ["derive", "api_bluesky"] }
44
44
-
# jacquard-api = { git = "https://tangled.org/@nonbinary.computer/jacquard" }
45
45
-
# jacquard-common = { git = "https://tangled.org/@nonbinary.computer/jacquard" }
46
46
-
# jacquard-axum = { git = "https://tangled.org/@nonbinary.computer/jacquard" }
47
47
-
# jacquard-derive = { git = "https://tangled.org/@nonbinary.computer/jacquard" }
48
48
-
# jacquard-lexicon = { git = "https://tangled.org/@nonbinary.computer/jacquard", default-features = false }
43
43
+
jacquard = { git = "https://tangled.org/@nonbinary.computer/jacquard", default-features = false, features = ["derive", "api_bluesky", "tracing"] }
44
44
+
jacquard-api = { git = "https://tangled.org/@nonbinary.computer/jacquard" }
45
45
+
jacquard-common = { git = "https://tangled.org/@nonbinary.computer/jacquard" }
46
46
+
jacquard-axum = { git = "https://tangled.org/@nonbinary.computer/jacquard" }
47
47
+
jacquard-derive = { git = "https://tangled.org/@nonbinary.computer/jacquard" }
48
48
+
jacquard-lexicon = { git = "https://tangled.org/@nonbinary.computer/jacquard", default-features = false }
49
49
50
50
-
jacquard = { path = "../jacquard/crates/jacquard", default-features = false, features = ["derive", "api_bluesky", "tracing"] }
51
51
-
jacquard-api = { path = "../jacquard/crates/jacquard-api" }
52
52
-
jacquard-common = { path = "../jacquard/crates/jacquard-common" }
53
53
-
jacquard-axum = {path = "../jacquard/crates/jacquard-axum" }
54
54
-
jacquard-derive = { path = "../jacquard/crates/jacquard-derive" }
55
55
-
jacquard-lexicon = { path = "../jacquard/crates/jacquard-lexicon", default-features = false }
50
50
+
# jacquard = { path = "../jacquard/crates/jacquard", default-features = false, features = ["derive", "api_bluesky", "tracing"] }
51
51
+
# jacquard-api = { path = "../jacquard/crates/jacquard-api" }
52
52
+
# jacquard-common = { path = "../jacquard/crates/jacquard-common" }
53
53
+
# jacquard-axum = {path = "../jacquard/crates/jacquard-axum" }
54
54
+
# jacquard-derive = { path = "../jacquard/crates/jacquard-derive" }
55
55
+
# jacquard-lexicon = { path = "../jacquard/crates/jacquard-lexicon", default-features = false }
56
56
57
57
[profile]
58
58