diff options
| author | jakka <jakka@jakka.su> | 2025-09-03 22:46:20 +0300 |
|---|---|---|
| committer | jakka <jakka@jakka.su> | 2025-09-03 22:46:20 +0300 |
| commit | 80b2d099784f99dfd4f6950eb793be3ef17c9ec7 (patch) | |
| tree | 33391fa75ebc1c340cab86297fc6a8ca2005fcef /Cargo.lock | |
| parent | 2987d6d1fb17b779cf123e2cf8f84656ffe69b7a (diff) | |
continued adding api
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -181,6 +181,7 @@ dependencies = [ "serde", "serde_json", "serde_repr", + "thiserror", "ureq", "urlencoding", ] @@ -552,6 +553,26 @@ dependencies = [ ] [[package]] +name = "thiserror" +version = "2.0.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" +dependencies = [ + "thiserror-impl", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "time" version = "0.3.43" source = "registry+https://github.com/rust-lang/crates.io-index" |
