| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "android_system_properties" |
| 7 |
version = "0.1.6" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc" |
| 10 |
dependencies = [ |
| 11 |
"libc", |
| 12 |
] |
| 13 |
|
| 14 |
[[package]] |
| 15 |
name = "autocfg" |
| 16 |
version = "1.5.1" |
| 17 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 |
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| 19 |
|
| 20 |
[[package]] |
| 21 |
name = "block-buffer" |
| 22 |
version = "0.10.4" |
| 23 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 |
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 25 |
dependencies = [ |
| 26 |
"generic-array", |
| 27 |
] |
| 28 |
|
| 29 |
[[package]] |
| 30 |
name = "bumpalo" |
| 31 |
version = "3.20.3" |
| 32 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 |
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| 34 |
|
| 35 |
[[package]] |
| 36 |
name = "cc" |
| 37 |
version = "1.4.0" |
| 38 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 |
checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9" |
| 40 |
dependencies = [ |
| 41 |
"find-msvc-tools", |
| 42 |
"shlex", |
| 43 |
] |
| 44 |
|
| 45 |
[[package]] |
| 46 |
name = "cfg-if" |
| 47 |
version = "1.0.4" |
| 48 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 49 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 50 |
|
| 51 |
[[package]] |
| 52 |
name = "chrono" |
| 53 |
version = "0.4.45" |
| 54 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 55 |
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| 56 |
dependencies = [ |
| 57 |
"iana-time-zone", |
| 58 |
"js-sys", |
| 59 |
"num-traits", |
| 60 |
"serde", |
| 61 |
"wasm-bindgen", |
| 62 |
"windows-link", |
| 63 |
] |
| 64 |
|
| 65 |
[[package]] |
| 66 |
name = "core-foundation-sys" |
| 67 |
version = "0.8.7" |
| 68 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 69 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 70 |
|
| 71 |
[[package]] |
| 72 |
name = "cpufeatures" |
| 73 |
version = "0.2.17" |
| 74 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 75 |
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 76 |
dependencies = [ |
| 77 |
"libc", |
| 78 |
] |
| 79 |
|
| 80 |
[[package]] |
| 81 |
name = "crypto-common" |
| 82 |
version = "0.1.7" |
| 83 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 84 |
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 85 |
dependencies = [ |
| 86 |
"generic-array", |
| 87 |
"typenum", |
| 88 |
] |
| 89 |
|
| 90 |
[[package]] |
| 91 |
name = "digest" |
| 92 |
version = "0.10.7" |
| 93 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 94 |
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 95 |
dependencies = [ |
| 96 |
"block-buffer", |
| 97 |
"crypto-common", |
| 98 |
] |
| 99 |
|
| 100 |
[[package]] |
| 101 |
name = "find-msvc-tools" |
| 102 |
version = "0.1.9" |
| 103 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 104 |
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 105 |
|
| 106 |
[[package]] |
| 107 |
name = "futures-core" |
| 108 |
version = "0.3.33" |
| 109 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 |
checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7" |
| 111 |
|
| 112 |
[[package]] |
| 113 |
name = "futures-task" |
| 114 |
version = "0.3.33" |
| 115 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 116 |
checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" |
| 117 |
|
| 118 |
[[package]] |
| 119 |
name = "futures-util" |
| 120 |
version = "0.3.33" |
| 121 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 122 |
checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" |
| 123 |
dependencies = [ |
| 124 |
"futures-core", |
| 125 |
"futures-task", |
| 126 |
"pin-project-lite", |
| 127 |
"slab", |
| 128 |
] |
| 129 |
|
| 130 |
[[package]] |
| 131 |
name = "generic-array" |
| 132 |
version = "0.14.7" |
| 133 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 134 |
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 135 |
dependencies = [ |
| 136 |
"typenum", |
| 137 |
"version_check", |
| 138 |
] |
| 139 |
|
| 140 |
[[package]] |
| 141 |
name = "iana-time-zone" |
| 142 |
version = "0.1.65" |
| 143 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 144 |
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 145 |
dependencies = [ |
| 146 |
"android_system_properties", |
| 147 |
"core-foundation-sys", |
| 148 |
"iana-time-zone-haiku", |
| 149 |
"js-sys", |
| 150 |
"log", |
| 151 |
"wasm-bindgen", |
| 152 |
"windows-core", |
| 153 |
] |
| 154 |
|
| 155 |
[[package]] |
| 156 |
name = "iana-time-zone-haiku" |
| 157 |
version = "0.1.2" |
| 158 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 159 |
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 160 |
dependencies = [ |
| 161 |
"cc", |
| 162 |
] |
| 163 |
|
| 164 |
[[package]] |
| 165 |
name = "itoa" |
| 166 |
version = "1.0.18" |
| 167 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 168 |
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 169 |
|
| 170 |
[[package]] |
| 171 |
name = "js-sys" |
| 172 |
version = "0.3.103" |
| 173 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 174 |
checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" |
| 175 |
dependencies = [ |
| 176 |
"cfg-if", |
| 177 |
"futures-util", |
| 178 |
"wasm-bindgen", |
| 179 |
] |
| 180 |
|
| 181 |
[[package]] |
| 182 |
name = "libc" |
| 183 |
version = "0.2.189" |
| 184 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 185 |
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" |
| 186 |
|
| 187 |
[[package]] |
| 188 |
name = "log" |
| 189 |
version = "0.4.33" |
| 190 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 191 |
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" |
| 192 |
|
| 193 |
[[package]] |
| 194 |
name = "memchr" |
| 195 |
version = "2.8.3" |
| 196 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 197 |
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" |
| 198 |
|
| 199 |
[[package]] |
| 200 |
name = "num-traits" |
| 201 |
version = "0.2.19" |
| 202 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 203 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 204 |
dependencies = [ |
| 205 |
"autocfg", |
| 206 |
] |
| 207 |
|
| 208 |
[[package]] |
| 209 |
name = "once_cell" |
| 210 |
version = "1.21.4" |
| 211 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 212 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 213 |
|
| 214 |
[[package]] |
| 215 |
name = "ops-artifact" |
| 216 |
version = "0.1.0" |
| 217 |
dependencies = [ |
| 218 |
"chrono", |
| 219 |
"serde", |
| 220 |
"serde_json", |
| 221 |
"sha2", |
| 222 |
] |
| 223 |
|
| 224 |
[[package]] |
| 225 |
name = "pin-project-lite" |
| 226 |
version = "0.2.17" |
| 227 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 228 |
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 229 |
|
| 230 |
[[package]] |
| 231 |
name = "proc-macro2" |
| 232 |
version = "1.0.107" |
| 233 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 234 |
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" |
| 235 |
dependencies = [ |
| 236 |
"unicode-ident", |
| 237 |
] |
| 238 |
|
| 239 |
[[package]] |
| 240 |
name = "quote" |
| 241 |
version = "1.0.47" |
| 242 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 243 |
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" |
| 244 |
dependencies = [ |
| 245 |
"proc-macro2", |
| 246 |
] |
| 247 |
|
| 248 |
[[package]] |
| 249 |
name = "rustversion" |
| 250 |
version = "1.0.23" |
| 251 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 252 |
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" |
| 253 |
|
| 254 |
[[package]] |
| 255 |
name = "serde" |
| 256 |
version = "1.0.229" |
| 257 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 258 |
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" |
| 259 |
dependencies = [ |
| 260 |
"serde_core", |
| 261 |
"serde_derive", |
| 262 |
] |
| 263 |
|
| 264 |
[[package]] |
| 265 |
name = "serde_core" |
| 266 |
version = "1.0.229" |
| 267 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 268 |
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" |
| 269 |
dependencies = [ |
| 270 |
"serde_derive", |
| 271 |
] |
| 272 |
|
| 273 |
[[package]] |
| 274 |
name = "serde_derive" |
| 275 |
version = "1.0.229" |
| 276 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 277 |
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" |
| 278 |
dependencies = [ |
| 279 |
"proc-macro2", |
| 280 |
"quote", |
| 281 |
"syn 3.0.3", |
| 282 |
] |
| 283 |
|
| 284 |
[[package]] |
| 285 |
name = "serde_json" |
| 286 |
version = "1.0.151" |
| 287 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 288 |
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" |
| 289 |
dependencies = [ |
| 290 |
"itoa", |
| 291 |
"memchr", |
| 292 |
"serde", |
| 293 |
"serde_core", |
| 294 |
"zmij", |
| 295 |
] |
| 296 |
|
| 297 |
[[package]] |
| 298 |
name = "sha2" |
| 299 |
version = "0.10.9" |
| 300 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 301 |
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 302 |
dependencies = [ |
| 303 |
"cfg-if", |
| 304 |
"cpufeatures", |
| 305 |
"digest", |
| 306 |
] |
| 307 |
|
| 308 |
[[package]] |
| 309 |
name = "shlex" |
| 310 |
version = "2.0.1" |
| 311 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 312 |
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 313 |
|
| 314 |
[[package]] |
| 315 |
name = "slab" |
| 316 |
version = "0.4.12" |
| 317 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 318 |
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 319 |
|
| 320 |
[[package]] |
| 321 |
name = "syn" |
| 322 |
version = "2.0.119" |
| 323 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 324 |
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" |
| 325 |
dependencies = [ |
| 326 |
"proc-macro2", |
| 327 |
"quote", |
| 328 |
"unicode-ident", |
| 329 |
] |
| 330 |
|
| 331 |
[[package]] |
| 332 |
name = "syn" |
| 333 |
version = "3.0.3" |
| 334 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 335 |
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3" |
| 336 |
dependencies = [ |
| 337 |
"proc-macro2", |
| 338 |
"quote", |
| 339 |
"unicode-ident", |
| 340 |
] |
| 341 |
|
| 342 |
[[package]] |
| 343 |
name = "typenum" |
| 344 |
version = "1.20.1" |
| 345 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 346 |
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" |
| 347 |
|
| 348 |
[[package]] |
| 349 |
name = "unicode-ident" |
| 350 |
version = "1.0.24" |
| 351 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 352 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 353 |
|
| 354 |
[[package]] |
| 355 |
name = "version_check" |
| 356 |
version = "0.9.5" |
| 357 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 358 |
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 359 |
|
| 360 |
[[package]] |
| 361 |
name = "wasm-bindgen" |
| 362 |
version = "0.2.126" |
| 363 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 |
checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" |
| 365 |
dependencies = [ |
| 366 |
"cfg-if", |
| 367 |
"once_cell", |
| 368 |
"rustversion", |
| 369 |
"wasm-bindgen-macro", |
| 370 |
"wasm-bindgen-shared", |
| 371 |
] |
| 372 |
|
| 373 |
[[package]] |
| 374 |
name = "wasm-bindgen-macro" |
| 375 |
version = "0.2.126" |
| 376 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 377 |
checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" |
| 378 |
dependencies = [ |
| 379 |
"quote", |
| 380 |
"wasm-bindgen-macro-support", |
| 381 |
] |
| 382 |
|
| 383 |
[[package]] |
| 384 |
name = "wasm-bindgen-macro-support" |
| 385 |
version = "0.2.126" |
| 386 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 387 |
checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" |
| 388 |
dependencies = [ |
| 389 |
"bumpalo", |
| 390 |
"proc-macro2", |
| 391 |
"quote", |
| 392 |
"syn 2.0.119", |
| 393 |
"wasm-bindgen-shared", |
| 394 |
] |
| 395 |
|
| 396 |
[[package]] |
| 397 |
name = "wasm-bindgen-shared" |
| 398 |
version = "0.2.126" |
| 399 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 400 |
checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" |
| 401 |
dependencies = [ |
| 402 |
"unicode-ident", |
| 403 |
] |
| 404 |
|
| 405 |
[[package]] |
| 406 |
name = "windows-core" |
| 407 |
version = "0.62.2" |
| 408 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 409 |
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 410 |
dependencies = [ |
| 411 |
"windows-implement", |
| 412 |
"windows-interface", |
| 413 |
"windows-link", |
| 414 |
"windows-result", |
| 415 |
"windows-strings", |
| 416 |
] |
| 417 |
|
| 418 |
[[package]] |
| 419 |
name = "windows-implement" |
| 420 |
version = "0.60.2" |
| 421 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 422 |
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 423 |
dependencies = [ |
| 424 |
"proc-macro2", |
| 425 |
"quote", |
| 426 |
"syn 2.0.119", |
| 427 |
] |
| 428 |
|
| 429 |
[[package]] |
| 430 |
name = "windows-interface" |
| 431 |
version = "0.59.3" |
| 432 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 433 |
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 434 |
dependencies = [ |
| 435 |
"proc-macro2", |
| 436 |
"quote", |
| 437 |
"syn 2.0.119", |
| 438 |
] |
| 439 |
|
| 440 |
[[package]] |
| 441 |
name = "windows-link" |
| 442 |
version = "0.2.1" |
| 443 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 444 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 445 |
|
| 446 |
[[package]] |
| 447 |
name = "windows-result" |
| 448 |
version = "0.4.1" |
| 449 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 450 |
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 451 |
dependencies = [ |
| 452 |
"windows-link", |
| 453 |
] |
| 454 |
|
| 455 |
[[package]] |
| 456 |
name = "windows-strings" |
| 457 |
version = "0.5.1" |
| 458 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 459 |
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 460 |
dependencies = [ |
| 461 |
"windows-link", |
| 462 |
] |
| 463 |
|
| 464 |
[[package]] |
| 465 |
name = "zmij" |
| 466 |
version = "1.0.23" |
| 467 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 468 |
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" |
| 469 |
|
| 470 |
[[patch.unused]] |
| 471 |
name = "synckit-client" |
| 472 |
version = "0.10.0" |
| 473 |
|
| 474 |
[[patch.unused]] |
| 475 |
name = "synckit-config" |
| 476 |
version = "0.2.0" |
| 477 |
|
| 478 |
[[patch.unused]] |
| 479 |
name = "quasi-axum" |
| 480 |
version = "0.109.0" |
| 481 |
|
| 482 |
[[patch.unused]] |
| 483 |
name = "quasi-basics" |
| 484 |
version = "0.109.0" |
| 485 |
|
| 486 |
[[patch.unused]] |
| 487 |
name = "quasi-declare" |
| 488 |
version = "0.1.15" |
| 489 |
|
| 490 |
[[patch.unused]] |
| 491 |
name = "quasi-http" |
| 492 |
version = "0.109.0" |
| 493 |
|
| 494 |
[[patch.unused]] |
| 495 |
name = "quasi-immediate" |
| 496 |
version = "0.109.0" |
| 497 |
|
| 498 |
[[patch.unused]] |
| 499 |
name = "quasi-notifs" |
| 500 |
version = "0.109.0" |
| 501 |
|
| 502 |
[[patch.unused]] |
| 503 |
name = "quasi-router" |
| 504 |
version = "0.109.0" |
| 505 |
|
| 506 |
[[patch.unused]] |
| 507 |
name = "quasi-store" |
| 508 |
version = "0.1.0" |
| 509 |
|
| 510 |
[[patch.unused]] |
| 511 |
name = "quasi-tauri" |
| 512 |
version = "0.109.0" |
| 513 |
|
| 514 |
[[patch.unused]] |
| 515 |
name = "quasi-webview" |
| 516 |
version = "0.109.0" |
| 517 |
|
| 518 |
[[patch.unused]] |
| 519 |
name = "docengine" |
| 520 |
version = "0.7.0" |
| 521 |
|
| 522 |
[[patch.unused]] |
| 523 |
name = "kberg" |
| 524 |
version = "0.1.0" |
| 525 |
|
| 526 |
[[patch.unused]] |
| 527 |
name = "ops-status" |
| 528 |
version = "0.1.0" |
| 529 |
|
| 530 |
[[patch.unused]] |
| 531 |
name = "painhours" |
| 532 |
version = "0.1.0" |
| 533 |
|
| 534 |
[[patch.unused]] |
| 535 |
name = "tagtree" |
| 536 |
version = "0.4.1" |
| 537 |
|
| 538 |
[[patch.unused]] |
| 539 |
name = "quasi-type" |
| 540 |
version = "0.1.3" |
| 541 |
|