Update
This commit is contained in:
parent
d5a3a85e9a
commit
1bb22db692
10 changed files with 248 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue