Creates a simple planning

This commit is contained in:
2019-01-30 14:21:37 +01:00
parent 874a9f86f8
commit 5e92e30f51
6 changed files with 45 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ use super::schema::recipes;
use super::schema::ingredients;
use super::diesel::prelude::*;
#[derive(Queryable)]
#[derive(Debug, Clone, Queryable)]
pub struct Recipe {
pub id: i32,
pub title: String,