summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2017-10-08 18:41:58 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2017-10-08 18:41:58 -0400
commitc9bd9da4be33baf689599af3d33574dd359c9493 (patch)
treeec62119b15d29301a60c887df0a0fd2da17aa355 /Cargo.toml
parent098902e1a6115cb8760089495f310008cb0c737e (diff)
drop base58
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e25da0c..3e57393 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,6 @@ version = "0.4.0"
authors = ["Ferris Tseng <ferristseng@fastmail.fm>"]
[dependencies]
-base58 = "0.1"
futures = "0.1"
hyper = "0.11"
serde = "1.0"