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.lock | |
| parent | 674879d7676f8a76d728c1fa4c739f9bbbe98b27 (diff) | |
feat(build-cache): write uid map to JSON cache file
Diffstat (limited to 'tools/tscn-to-bsn/Cargo.lock')
| -rw-r--r-- | tools/tscn-to-bsn/Cargo.lock | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/tscn-to-bsn/Cargo.lock b/tools/tscn-to-bsn/Cargo.lock index 20515f9..70a3d6e 100644 --- a/tools/tscn-to-bsn/Cargo.lock +++ b/tools/tscn-to-bsn/Cargo.lock @@ -53,6 +53,12 @@ dependencies = [ ] [[package]] +name = "itoa" +version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" + +[[package]] name = "just_fmt" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -186,6 +192,19 @@ dependencies = [ ] [[package]] +name = "serde_json" +version = "1.0.151" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" +dependencies = [ + "itoa", + "memchr", + "serde", + "serde_core", + "zmij", +] + +[[package]] name = "serde_spanned" version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -264,6 +283,7 @@ dependencies = [ "mingling", "ron", "serde", + "serde_json", ] [[package]] @@ -286,3 +306,9 @@ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" dependencies = [ "memchr", ] + +[[package]] +name = "zmij" +version = "1.0.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" |
