2021-11-20 09:34:43 +08:00

12 lines
176 B
Rust

#![feature(vecdeque_binary_search)]
pub mod errors;
pub mod module;
mod notify;
pub mod protobuf;
pub mod services;
mod sql_tables;
#[macro_use]
extern crate flowy_database;