mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-16 01:15:10 +01:00
Handle shutdown correctly
This commit is contained in:
parent
41e578e199
commit
f9da7ebe43
7 changed files with 69 additions and 10 deletions
1
build.rs
1
build.rs
|
|
@ -1,4 +1,5 @@
|
|||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::compile_protos("proto/tfplugin6.6.proto")?;
|
||||
tonic_build::compile_protos("proto/controller.proto")?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue