summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 5 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3e57393..b91decf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,6 @@
-[package]
-name = "ipfs-api"
-version = "0.4.0"
-authors = ["Ferris Tseng <ferristseng@fastmail.fm>"]
+[workspace]
-[dependencies]
-futures = "0.1"
-hyper = "0.11"
-serde = "1.0"
-serde_derive = "1.0"
-serde_json = "1.0"
-tokio-core = "0.1"
+members = [
+ "ipfs-api",
+ "ipfs-api-internal-derive"
+]