diff options
author | Akshay <[email protected]> | 2020-03-18 06:03:39 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-03-18 06:03:39 +0000 |
commit | 0ed2a357ec1446dd03eba963d0e144ef3ebba25a (patch) | |
tree | 87c7ad368d374a72ed2e0f4e73ab026b6573b2b5 /Cargo.toml | |
parent | 49057cfdc6ff69114dbc5190d3ad70e26d74143c (diff) |
serialize App into json with erased_serde
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ edition = "2018" | |||
10 | cursive = "0.14" | 10 | cursive = "0.14" |
11 | serde_json = "1.0" | 11 | serde_json = "1.0" |
12 | lazy_static = "1.4.0" | 12 | lazy_static = "1.4.0" |
13 | erased-serde = "0.3" | ||
13 | 14 | ||
14 | [dependencies.chrono] | 15 | [dependencies.chrono] |
15 | version = "0.4" | 16 | version = "0.4" |