diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-11 15:52:03 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-11 15:52:03 +0100 |
commit | 7250587f46ca51ad662a0895a51742669b9cbb8f (patch) | |
tree | 8744d452a085a3a9b593dac0a77e987eb70fc91f /Cargo.toml | |
parent | 30bf5e07e52142a154a5660574213e59e0363ada (diff) | |
download | unity-tools-7250587f46ca51ad662a0895a51742669b9cbb8f.tar unity-tools-7250587f46ca51ad662a0895a51742669b9cbb8f.tar.bz2 unity-tools-7250587f46ca51ad662a0895a51742669b9cbb8f.tar.zst |
more inspection tools
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,3 +11,5 @@ lz4_flex = "0.11.3" lzma = "0.2.2" serde_json = "1.0.139" humansize = "2.1.3" +serde = { version = "1.0.219", features = ["derive"] } +serde_yml = "0.0.12" |