parent
0b667882f1
commit
3fc7da93ec
23 changed files with 115 additions and 99 deletions
@ -1,17 +0,0 @@ |
||||
[package] |
||||
name = "u_db" |
||||
version = "0.1.0" |
||||
authors = ["plazmoid <kronos44@mail.ru>"] |
||||
edition = "2018" |
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
||||
|
||||
[dependencies] |
||||
|
||||
[dependencies.diesel] |
||||
features = ["sqlite"] |
||||
version = "1.4.5" |
||||
|
||||
[dependencies.serde] |
||||
features = ["derive"] |
||||
version = "1.0.114" |
@ -1,3 +0,0 @@ |
||||
mod agent; |
||||
|
||||
pub use agent::*; |
@ -1,7 +1,8 @@ |
||||
#[macro_use] |
||||
extern crate diesel; |
||||
|
||||
mod models; |
||||
mod agent; |
||||
pub mod schema; |
||||
|
||||
pub use models::*; |
||||
|
||||
pub use agent::*; |
||||
|
||||
#[macro_use] |
||||
extern crate diesel; |
Loading…
Reference in new issue