Added Typeable dependency.

This commit is contained in:
Jonathan Reem
2014-09-15 19:21:17 -07:00
parent b8e3178d05
commit 2ca119fd80
2 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ git = "https://github.com/reem/rust-intertwine"
[dependencies.move-acceptor]
git = "https://github.com/reem/rust-move-acceptor"
[dependencies.typeable]
git = "https://github.com/reem/rust-typeable"
[dev-dependencies.curl]
git = "https://github.com/carllerche/curl-rust"