diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,6 +40,10 @@ yarte = "0.15.6" # RNG rand = "0.8.5" +# JSON +serde = "1.0.136" +serde_json = "1.0.79" + [build-dependencies] # Templates yarte = "0.15.6" |