Make tree serde-serializable

This commit is contained in:
Rahix 2025-05-30 21:48:07 +02:00
parent 92e8ea066f
commit 1f889245af
3 changed files with 4 additions and 1 deletions

View file

@ -964,6 +964,7 @@ dependencies = [
"hashbrown",
"indexmap",
"serde",
"serde_derive",
]
[[package]]