diff options
author | cc <cc@localhost> | 2025-08-20 22:23:34 -0700 |
---|---|---|
committer | cc <cc@localhost> | 2025-08-20 22:23:49 -0700 |
commit | 00e05ac35b85fdf0e7eb5f5db9db4b0a563fa14d (patch) | |
tree | b3b203070d29821e855be4acfe9cfc95c657d002 /Cargo.lock | |
parent | cf4b76823629e10d79a6a848a6ffaa72d494811d (diff) |
Externalize Label Structure
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,5 +3,13 @@ version = 4 [[package]] +name = "label_toolkit" +version = "0.0.1" +source = "git+https://git.ccrl.dev/label_toolkit.git/#15df0fec1e368599487e1faeaf8ecebd87980781" + +[[package]] name = "simple_tiff_binding" version = "0.0.1" +dependencies = [ + "label_toolkit", +] |