ADDED: library(time), providing time/1 for benchmarking

sleep/1 and predicates for reasoning about time stamps should also
be added to this library.
This commit is contained in:
Markus Triska
2020-04-19 19:13:27 +02:00
parent cae0733149
commit 4693c23a49
5 changed files with 77 additions and 1 deletions

View File

@@ -30,4 +30,5 @@ ordered-float = "0.5.0"
prolog_parser = { version = "0.8.52", default-features = false }
ref_thread_local = "0.0.0"
rug = { version = "1.4.0", optional = true }
rustyline = "6.0.0"
rustyline = "6.0.0"
cpu-time = "1.0.0"