diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-06 17:22:53 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-06 17:22:53 +0200 |
commit | ce5c445fd431f108e73bbe62b0ee73b8418d85c1 (patch) | |
tree | 13f86aba90bd346e4ead017830299bba1d7b2853 /Cargo.toml | |
parent | 439e8b14a2a56397a69afae219a0d7465431249a (diff) |
Make the -e flag work as intended
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,5 +11,6 @@ authors = [ [dependencies] cerm = "1.0.0" +itertools = "0.11.0" lexopt = "0.1.0" tempfile = "3.7.0" |