diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-08 19:47:17 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-08 19:47:17 +0800 |
| commit | dfbc80098c2b46adb14a571947fb7ac8f0169224 (patch) | |
| tree | 117051fb612b0fd720f7973f84d8d6823e25e3cb /tools/tscn-to-bsn/Cargo.toml | |
| parent | 674879d7676f8a76d728c1fa4c739f9bbbe98b27 (diff) | |
feat(build-cache): write uid map to JSON cache file
Diffstat (limited to 'tools/tscn-to-bsn/Cargo.toml')
| -rw-r--r-- | tools/tscn-to-bsn/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tscn-to-bsn/Cargo.toml b/tools/tscn-to-bsn/Cargo.toml index 295e7fb..eaa4e07 100644 --- a/tools/tscn-to-bsn/Cargo.toml +++ b/tools/tscn-to-bsn/Cargo.toml @@ -9,6 +9,7 @@ path = "src/bin/tscn2bsn.rs" [dependencies] serde = { version = "1.0.229", features = ["derive"] } +serde_json = "1.0.151" ron = "0.12.2" [dependencies.mingling] |
