fix Cargo.toml

This commit is contained in:
Mark Thom
2019-01-30 21:52:01 -07:00
parent fcffb90549
commit b6922e2a0d
2 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ license = "BSD-3-Clause"
downcast = "0.9.1"
num = "0.2"
ordered-float = "0.5.0"
prolog_parser = { version = "0.8.0", path = "../prolog_parser" }
prolog_parser = "0.8.0"
[dependencies.termion]
version = "1.4.0"