This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2025-07-04 07:27:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
frontend
/
rust-lib
/
flowy-user
/
build.rs
6 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: generate x.proto file using build.rs
2022-02-09 09:57:03 +08:00
use
lib_infra
::
pb
;
refactor: generate the pb files using build.rs
2022-02-08 14:36:59 +08:00
fn
main
(
)
{
refactor: read cache proto info
2022-02-09 18:17:06 +08:00
pb
::
gen_files
(
env!
(
"
CARGO_PKG_NAME
"
)
,
"
./src/protobuf/proto
"
)
;
refactor: generate the pb files using build.rs
2022-02-08 14:36:59 +08:00
}
Reference in New Issue
Copy Permalink