mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-29 19:24:45 +00:00
10 lines
203 B
Rust
10 lines
203 B
Rust
// use lib_infra::proto_gen;
|
|
|
|
fn main() {
|
|
// let derive_meta_dir = format!(
|
|
// "{}/{}",
|
|
// env!("CARGO_MAKE_WORKING_DIRECTORY"),
|
|
// env!("PROTOBUF_DERIVE_CACHE"),
|
|
// );
|
|
}
|