serde json used for testing purposes mainly

This commit is contained in:
shockrah
2020-03-08 22:53:43 -07:00
parent e38f8a0a2b
commit 12dd244f9c
3 changed files with 133 additions and 142 deletions

View File

@@ -7,6 +7,7 @@
extern crate chrono;
extern crate dotenv;
extern crate serde;
extern crate serde_json;
extern crate rand;
extern crate getrandom;