From 1d2f645f357b245265bcd211eb42551873ecf82e Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sun, 12 Apr 2020 14:21:44 -0400 Subject: [PATCH] add codemap add dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0ab4221..d1a2cbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ num-bigint = "0.2.6" num-traits = "0.2.11" once_cell = "1.3.1" rand = { version = "0.7.3", optional = true } +codemap = "0.1.2" [features] default = ["commandline", "random"]