fix some things, add more debugging statements

This commit is contained in:
dignifiedquire
2019-07-18 18:30:54 +02:00
committed by holger krekel
parent 7b7ce9348f
commit a3e1042001
9 changed files with 382 additions and 130 deletions

View File

@@ -41,6 +41,8 @@ r2d2_sqlite = "0.11.0"
r2d2 = "0.8.5"
strum = "0.15.0"
strum_macros = "0.15.0"
thread-local-object = "0.1.0"
backtrace = "0.3.33"
[dev-dependencies]
tempfile = "3.0"