13 lines
194 B
Rust
Raw Normal View History

2021-10-07 20:46:29 +08:00
#![feature(vecdeque_binary_search)]
2021-07-31 10:50:56 +08:00
pub mod entities;
pub mod errors;
pub mod module;
2021-10-05 11:46:56 +08:00
mod notify;
2021-09-10 15:53:24 +08:00
pub mod protobuf;
pub mod services;
2021-07-31 10:50:56 +08:00
mod sql_tables;
#[macro_use]
extern crate flowy_database;