mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
9 lines
203 B
Rust
9 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"),
|
|
// );
|
|
}
|