Removal of chrono and async_trait as dependancy in db-lib

Removig chrono from api code as well

Removing chrono as dep in api code
+ Using Content-Type for /message/send content type

Updating cargo lists for removal of fluff deps

Removal of more fluff

Addking makefile to avoid compiling debug builds by accident while developing
This commit is contained in:
shockrah
2021-03-20 13:56:02 -07:00
parent cb5975f235
commit 988aa9f155
21 changed files with 181 additions and 2062 deletions

8
json-api/Makefile Normal file
View File

@@ -0,0 +1,8 @@
default:
cargo build --release
dep:
cargo update
clean:
cargo clean