This commit is contained in:
Adrian Heine 2017-03-30 13:54:40 +02:00
parent d5a3a85e9a
commit 1bb22db692
10 changed files with 248 additions and 16 deletions

View file

@ -1,4 +1,3 @@
use std::borrow::Cow;
use std::error::Error;
use std::fmt::Display;
use resources::Resource;
@ -12,6 +11,7 @@ pub trait Symbol: Display {
}
pub mod dir;
pub mod dir_for;
pub mod file;
pub mod git;
pub mod npm;
@ -19,3 +19,4 @@ pub mod user;
pub mod systemd;
pub mod nginx;
pub mod hook;
pub mod list;