summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2017-11-24 17:15:02 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2017-11-24 17:15:02 -0500
commitdcd6f22f7c21ee8985e5de7f962818ac93bc5b26 (patch)
treed24402034645fd98f40a3df3e8f63c0a20f4c807 /Cargo.toml
parent488617996748464a546d1c036802e27ec0e975dc (diff)
add initial cli implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e37572d..43c422b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,6 @@
[workspace]
members = [
- "ipfs-api"
+ "ipfs-api",
+ "ipfs-cli"
]