diff options
Diffstat (limited to 'hello/Cargo.toml')
-rw-r--r-- | hello/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hello/Cargo.toml b/hello/Cargo.toml index e968470..7ba3f94 100644 --- a/hello/Cargo.toml +++ b/hello/Cargo.toml @@ -4,3 +4,6 @@ version = "0.1.0" authors = ["till"] [dependencies] +serde = "1.0.79" +serde_derive = "1.0.79" +serde_json = "1.0.30" |