Moving contract resolver to separate crate

This commit is contained in:
Tomasz Drwięga
2016-11-20 17:40:28 +01:00
parent efd1d9bd0e
commit 845bc52e36
11 changed files with 63 additions and 14 deletions

View File

@@ -21,7 +21,6 @@ use parity_dapps::WebApp;
mod cache;
mod fs;
pub mod urlhint;
pub mod fetcher;
pub mod manifest;