AppFlowy/shared-lib/lib-infra/src/code_gen/mod.rs
2022-02-16 11:05:43 +08:00

11 lines
246 B
Rust

#[cfg(feature = "pb_gen")]
pub mod protobuf_file;
#[cfg(feature = "dart_event")]
pub mod dart_event;
#[cfg(any(feature = "pb_gen", feature = "dart_event"))]
mod flowy_toml;
#[cfg(any(feature = "pb_gen", feature = "dart_event"))]
pub mod util;