diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-02-24 11:08:42 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-02-24 11:08:42 +0100 |
| commit | 7d42170c8625de0fe44b98f47e8b9a603a9de794 (patch) | |
| tree | 86623e0e0809d23ee3dd861ad7006ff21672e455 /unigen/Cargo.lock | |
Genesis commit
Diffstat (limited to 'unigen/Cargo.lock')
| -rw-r--r-- | unigen/Cargo.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/unigen/Cargo.lock b/unigen/Cargo.lock new file mode 100644 index 0000000..5a36f70 --- /dev/null +++ b/unigen/Cargo.lock @@ -0,0 +1,16 @@ +# 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", +] |