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.toml | |
Genesis commit
Diffstat (limited to 'unigen/Cargo.toml')
| -rw-r--r-- | unigen/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/unigen/Cargo.toml b/unigen/Cargo.toml new file mode 100644 index 0000000..e0c6b4d --- /dev/null +++ b/unigen/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "unigen" +version = "0.1.0" +edition = "2024" + +[dependencies] +lexopt = "0.1.0" |