57 "serde",
58 "serde_json",
59▶ "thiserror",
60]
61
· · ·
226 "getrandom 0.2.16",
227 "libredox",
228▶ "thiserror",
229]
230
· · ·
372
373[[package]]
374▶name = "thiserror"
375version = "2.0.17"
376source = "registry+https://github.com/rust-lang/crates.io-index"
· · ·
377checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
378dependencies = [
379▶ "thiserror-impl",
380]
381
· · ·
382[[package]]
383▶name = "thiserror-impl"
384version = "2.0.17"
385source = "registry+https://github.com/rust-lang/crates.io-index"