Refactor comment serialization/deserialization
This commit is contained in:
parent
f153625d1a
commit
6419b6357c
5 changed files with 30 additions and 58 deletions
|
@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
|
|||
serde_json = "1"
|
||||
validator = { version = "0.15.0", features = ["derive"] }
|
||||
md5 = "0.7.0"
|
||||
chrono = "0.4.19"
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue