diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-09-07 14:22:00 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-09-07 14:22:00 -0400 |
commit | d210c2ffe065431df381d2710d3958c4a5fe6a06 (patch) | |
tree | 289fe5040935ae8cd5a075944f4ab66991bf4a80 /Cargo.toml | |
parent | 311eaad58cae3f39e6ec9f0495808e11698b92f1 (diff) | |
download | instistats-d210c2ffe065431df381d2710d3958c4a5fe6a06.tar.gz |
structures
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index b50b41e..e55e8d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,12 @@ [package] -name = "statstitute" +name = "instistats" version = "0.1.0" authors = ["Ben Morrison <ben@gbmor.dev>"] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] +serde_json = "^1.0.40" + +[dependencies.serde] +version = "^1.0" +features = ["derive"] |