From 0f6f6068ebc33152f57658cf138df0622b44f6a2 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 18 Oct 2021 20:37:57 +0200 Subject: Basic expression parsing --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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 -- cgit 1.4.1