about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2021-10-18 20:37:57 +0200
committerMel <einebeere@gmail.com>2021-10-18 20:37:57 +0200
commit0f6f6068ebc33152f57658cf138df0622b44f6a2 (patch)
tree6c67ae6b88fcea74d1ac7105ebf121c2658ffa72 /Cargo.toml
parent338bffe40ffea3f7cec94e8da8d96813b7f844ff (diff)
downloadrabbithole-0f6f6068ebc33152f57658cf138df0622b44f6a2.tar.zst
rabbithole-0f6f6068ebc33152f57658cf138df0622b44f6a2.zip
Basic expression parsing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
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