add cmds
This commit is contained in:
parent
25f4d19ca7
commit
50c76560c0
6 changed files with 105 additions and 17 deletions
|
@ -4,7 +4,7 @@ use super::{Label, User};
|
|||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct Task {
|
||||
pub id: usize,
|
||||
pub id: isize,
|
||||
pub title: String,
|
||||
pub description: String,
|
||||
pub done: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue