add codemap add dependency

This commit is contained in:
ConnorSkees 2020-04-12 14:21:44 -04:00
parent 441962d8d5
commit 1d2f645f35

View File

@ -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"]