mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -04:00
refactor: add code_gen crate
This commit is contained in:
parent
427d2c2e25
commit
0933935071
36 changed files with 343 additions and 114 deletions
11
shared-lib/lib-infra/src/code_gen/mod.rs
Normal file
11
shared-lib/lib-infra/src/code_gen/mod.rs
Normal file
|
@ -0,0 +1,11 @@
|
|||
#[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"))]
|
||||
mod util;
|
Loading…
Add table
Add a link
Reference in a new issue