Add factory

This commit is contained in:
Adrian Heine 2017-09-21 21:08:56 +02:00
parent 0c7577718d
commit c91eb2f04e
2 changed files with 48 additions and 0 deletions

View file

@ -61,6 +61,7 @@ impl<'a, S: Symbol + 'a> Action for OwnedSymbolAction<'a, S> {
pub mod acme;
pub mod dir;
pub mod factory;
pub mod file;
pub mod git;
pub mod hook;