summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohn Letey <john.letey@colorado.edu>2019-05-01 15:45:56 +0100
committerMatan Kushner <hello@matchai.me>2019-05-01 10:45:56 -0400
commit0b9334f4385897e8885212f7e399c7809379595e (patch)
tree97196161ca7201c2f38f2d74cc1e0692a38953d3 /Cargo.toml
parent81b3288568d37425433dc0c70ec834817f960602 (diff)
Add the package version segment (#35)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index adde6e24c..ece4734e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,8 @@ clap = "2.33.0"
ansi_term = "0.11.0"
dirs = "1.0.5"
git2 = "0.8.0"
+toml = "0.5.0"
+serde_json = "1.0.39"
[dev-dependencies]
tempfile = "3.0.7"