struct skeleton
This commit is contained in:
parent
02c2613244
commit
ff500d7d44
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
extern crate task-hookrs
|
||||
extern crate task_hookrs;
|
||||
|
||||
use task-hookrs::task::Task as TTask
|
||||
use self::task_hookrs::task::Task as TTask;
|
||||
|
||||
pub struct Task {
|
||||
uuid : str,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue