Move diesel as a workspace dependency

This commit is contained in:
2023-07-21 20:11:55 +02:00
parent 01a291f738
commit fff33c1e21
4 changed files with 9 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ pub type Point = types::point::Point;
pub type MAC = types::mac::MAC;
// DB models: for SQL with Diesel and InfluxDB and influxdb-derive
mod schema;
pub mod schema;
mod models {
pub mod antenna;
pub mod beacon_measure;