impls chest content query, still working on the api...

This commit is contained in:
2019-06-20 15:28:06 +02:00
parent 48f71e048e
commit 472e24a62c
6 changed files with 73 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
use crate::*;
#[derive(Debug, Queryable, Serialize)]
pub struct Item {
id: i32,
name: String,
base_value: i32,
}