mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
9 lines
265 B
TOML
9 lines
265 B
TOML
proto_rust_file_input_dir = [
|
|
"src/event_map.rs",
|
|
"src/services/field/type_options",
|
|
"src/entities",
|
|
"src/dart_notification.rs"
|
|
]
|
|
proto_file_output_dir = "resources/proto"
|
|
protobuf_crate_output_dir = "src/protobuf"
|
|
event_files = ["src/event_map.rs"] |