summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2017-10-08 18:52:52 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2017-10-08 18:52:52 -0400
commitbad6995cdbfa60ee59107c0d358ba5b6c1738bb4 (patch)
tree2d101e246ca67140b852a83fb2adc5326a8b257e /Cargo.toml
parentc9bd9da4be33baf689599af3d33574dd359c9493 (diff)
make multi crate project
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"
+]