summaryrefslogtreecommitdiff
path: root/engine-reflection/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-07-05 00:40:35 +0200
committerHampusM <hampus@hampusmat.com>2026-07-05 00:40:35 +0200
commitd10552031890ec09937d1b7a0dea1e68b0daf79a (patch)
treed19ccf66e6fbb5246cacee0b553794113295eee8 /engine-reflection/Cargo.toml
parent7f529801932fa98967b4dc959d4e9bb79511ff79 (diff)
feat(engine): add try_write_new_to fn to enum variant reflection
Diffstat (limited to 'engine-reflection/Cargo.toml')
-rw-r--r--engine-reflection/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine-reflection/Cargo.toml b/engine-reflection/Cargo.toml
index 8e13728..2f90841 100644
--- a/engine-reflection/Cargo.toml
+++ b/engine-reflection/Cargo.toml
@@ -4,3 +4,5 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+thiserror = "1.0.49"
+