summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2017-10-10 11:26:17 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2017-10-10 11:26:17 -0400
commit2eec6ab1c4939fb7046b94e61f009b453710bc48 (patch)
treec81eea75595a2b9ddec4e38fb2b18f4b91671ffa /Cargo.toml
parentb4e63f72c68821b78c2e966a61932022a6513014 (diff)
remove internal derive project
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b91decf..e37572d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,5 @@
[workspace]
members = [
- "ipfs-api",
- "ipfs-api-internal-derive"
+ "ipfs-api"
]