Removing fluff dependancies from db-lib: lazy_static + jsonwebtoken

This commit is contained in:
shockrah
2020-12-28 21:52:49 -08:00
parent bdecf73000
commit 55ade005a2
3 changed files with 29 additions and 24 deletions

View File

@@ -14,5 +14,4 @@ async-trait = "0.1.40"
serde_json = "1.0"
serde = { version = "1.0.117", features = [ "derive" ] }
chrono = "0.4.0"
lazy_static = "1.4.0"
chrono = "0.4.0"