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.toml | |
parent | cf4b76823629e10d79a6a848a6ffaa72d494811d (diff) |
Externalize Label Structure
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ version = "0.0.1" edition = "2024" [dependencies] +label_toolkit = { git = "https://git.ccrl.dev/label_toolkit.git/" } |