Refactor and document api module
This commit is contained in:
parent
a661449b6f
commit
31a6d33267
10 changed files with 428 additions and 272 deletions
|
|
@ -4,6 +4,8 @@ version = "0.5.1"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
jiff = { version = "0.1.15", default-features = false, features = ["std"] }
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
serde_json = "1.0.133"
|
||||
|
||||
[lints]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue