move proto dir to top level
This commit is contained in:
parent
3c779c6b64
commit
48ecd99689
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
fn main() {
|
||||
tonic_build::configure()
|
||||
.build_client(true)
|
||||
.compile(&["proto/agent.proto"], &["proto"])
|
||||
.compile(&["../proto/agent.proto"], &["../proto"])
|
||||
.unwrap();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue