summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-07-11 15:06:39 +0200
committerPietro Albini <pietro@pietroalbini.org>2019-07-13 21:13:52 +0200
commit6c69a5ee75f18ecaa8b5cb7a320ed2cde94fb711 (patch)
tree45f7554f256f10fa1f25147877eeb7c5b07718e5 /Cargo.toml
parent14a42ebabfd56eb50447d8d8c8d4e2b1235cf1c7 (diff)
add the add-person subcommand
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2518886..f38c54a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,8 +5,7 @@ authors = ["Alex Crichton <alex@alexcrichton.com>", "Pietro Albini <pietro@pietr
edition = '2018'
[dependencies]
-curl = "0.4"
-toml = "0.4"
+toml = "0.5.1"
failure = "0.1"
serde = "1"
serde_derive = "1"
@@ -17,6 +16,7 @@ structopt = "0.2.13"
regex = "1.0.6"
rust_team_data = { path = "rust_team_data" }
indexmap = "1.0.2"
+reqwest = "0.9.18"
[workspace]
members = [