remove unused dependencies (#2520)

* remove unused dependencies

* moved umask to cfg(unix)

* changed Inflector to inflector, hoping it fixes the issue.

* roll back Inflector

* removed commented out deps now that everything looks good.
This commit is contained in:
Darren Schroeder
2020-09-09 13:57:51 -05:00
committed by GitHub
parent 2eb4f8d28a
commit a63a5adafa
9 changed files with 1 additions and 259 deletions

View File

@ -10,7 +10,6 @@ version = "0.19.0"
doctest = false
[dependencies]
codespan-reporting = "0.9.5"
derive-new = "0.5.8"
getset = "0.1.1"
pretty = "0.5.2"