diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-24 18:35:03 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-24 18:35:03 +0800 |
| commit | f3b7620259682a5afc511556209e1fdd45c238de (patch) | |
| tree | 19aa242fa5ebf649290fd4af41ad181dd779d961 /Cargo.lock | |
| parent | 00aa123a7cd74ee0307157fdbb31679c01f1db33 (diff) | |
Move sheet file R/W to v1 module
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -794,6 +794,7 @@ dependencies = [ "chrono", "constants", "data_struct", + "hex_display", "jvlib", "sha1_hash", "sheet_system", @@ -807,9 +808,9 @@ dependencies = [ [[package]] name = "just_fmt" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c95f58372d20b5d57843d9e060974f5b15619c77ac52df281f344f97681c5b" +checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e" [[package]] name = "jvlib" |
