summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2017-10-07 01:12:42 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2017-10-07 01:12:42 -0400
commit713cb655cf9393990e006794104190f9b69956ef (patch)
tree6d5fdf58ee9f563db5c8e875a787d9503d3bcdbd /Cargo.toml
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..3020f9e
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "ipfs-api"
+version = "0.4.0"
+authors = ["Ferris Tseng <ferristseng@fastmail.fm>"]
+
+[dependencies]
+base58 = "0.1"
+hyper = "0.11"
+serde = "1.0"
+serde_derive = "1.0"
+serde_json = "1.0"