Task: doc and more methods

This commit is contained in:
daladim 2021-02-25 00:50:49 +01:00
parent 4cf2ad13fe
commit 624aec5dd1
3 changed files with 136 additions and 3 deletions

View file

@ -17,3 +17,5 @@ bitflags = "1.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
async-trait = "0.1"
chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "0.8", features = ["v4"] }