diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-04 00:32:55 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-04 00:32:55 +0100 |
| commit | 6a54f01c55b98932b461809ef35b0f0b7c72f4f0 (patch) | |
| tree | 52a8b2f97b81d1359053e40a27561a66d9713b39 /unigen/Cargo.lock | |
| parent | 47997c56228b4c34b5e29797daf498d25fe3b6e7 (diff) | |
Use Cargo workspaces
Diffstat (limited to 'unigen/Cargo.lock')
| -rw-r--r-- | unigen/Cargo.lock | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/unigen/Cargo.lock b/unigen/Cargo.lock deleted file mode 100644 index 5a36f70..0000000 --- a/unigen/Cargo.lock +++ /dev/null @@ -1,16 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 4 - -[[package]] -name = "lexopt" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5d9b5843e8c9311ff602e6bd50855015e99e75159c2c54fe104cfac241f552" - -[[package]] -name = "unigen" -version = "0.1.0" -dependencies = [ - "lexopt", -] |