summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakka@jakka.su>2025-09-10 21:07:21 +0300
committerjakka <jakka@jakka.su>2025-09-10 21:07:21 +0300
commitd7cdf6cd80fb25deb4bbcb7af37e569c404bd0c0 (patch)
tree4da7a2c35704c59b562164e6861e662aca290b07 /Cargo.toml
parentab6f2caa83e05a2eaff40307f608975841ba6cfb (diff)
added repr macros for less boilerplate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 18d1186..c9ba256 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
musli = { version = "0.0.145", features = ["json"] }
+strum_macros = "0.27.2"
thiserror = "2.0.16"
ureq = "3.1.0"
urlencoding = "2.1.3"