diff options
| author | Mel <einebeere@gmail.com> | 2021-10-18 20:37:57 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2021-10-18 20:37:57 +0200 |
| commit | 0f6f6068ebc33152f57658cf138df0622b44f6a2 (patch) | |
| tree | 6c67ae6b88fcea74d1ac7105ebf121c2658ffa72 /Cargo.toml | |
| parent | 338bffe40ffea3f7cec94e8da8d96813b7f844ff (diff) | |
| download | rabbithole-0f6f6068ebc33152f57658cf138df0622b44f6a2.tar.zst rabbithole-0f6f6068ebc33152f57658cf138df0622b44f6a2.zip | |
Basic expression parsing
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 8679632..fe24d01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +anyhow = "1.0" \ No newline at end of file |
