drying ethcore

This commit is contained in:
NikVolf
2016-08-01 19:39:53 +02:00
parent 86db5c08fc
commit d8a3137ce8
5 changed files with 25 additions and 45 deletions

View File

@@ -20,5 +20,5 @@ pub fn main() {
codegen::derive_ipc("nested.rs.in").unwrap();
codegen::derive_ipc("service.rs.in").unwrap();
codegen::derive_ipc("with_attrs.rs.in").unwrap();
codegen::derive_ipc("binary.rs.in").unwrap();
codegen::derive_binary("binary.rs.in").unwrap();
}