diff options
author | cc <cc@localhost> | 2025-08-20 22:14:13 -0700 |
---|---|---|
committer | cc <cc@localhost> | 2025-08-20 22:19:01 -0700 |
commit | 15df0fec1e368599487e1faeaf8ecebd87980781 (patch) | |
tree | 94c9aba0cf1ba340e77b0c773e6869035ad9c8aa /Cargo.toml |
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..1a7c9f2 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "label_toolkit" +version = "0.0.1" +edition = "2024" + +[dependencies] |