This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2024-08-30 18:12:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
93863462a2
AppFlowy
/
frontend
/
rust-lib
/
flowy-error
/
build.rs
6 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: generate x.proto file using build.rs
2022-02-09 01:57:03 +00:00
use
lib_infra
::
pb
;
refactor: generate the pb files using build.rs
2022-02-08 06:36:59 +00:00
fn
main
(
)
{
refactor: generate x.proto file using build.rs
2022-02-09 01:57:03 +00:00
pb
::
gen_files
(
"
flowy-error
"
,
"
./src/protobuf/proto
"
)
;
refactor: generate the pb files using build.rs
2022-02-08 06:36:59 +00:00
}
Reference in New Issue
Copy Permalink