trying to add sea-orm as a way to create sql based models
This commit is contained in:
parent
43f8c92253
commit
db99525963
11 changed files with 2191 additions and 16 deletions
1
build.rs
1
build.rs
|
@ -7,5 +7,6 @@ fn main() {
|
|||
.file("src/rust/file_helper.rs")
|
||||
.file("src/rust/slide_obj.rs")
|
||||
.file("src/rust/slide_model.rs")
|
||||
.file("src/rust/image_model.rs")
|
||||
.build();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue