Set up dockerfile, and handle SIGINT signals

This commit is contained in:
Ben Grant 2023-05-16 15:36:53 +10:00
parent f78d762999
commit 65619653c6
4 changed files with 41 additions and 3 deletions

4
api/Cargo.lock generated
View file

@ -1122,7 +1122,7 @@ dependencies = [
[[package]]
name = "google-cloud"
version = "0.2.1"
source = "git+https://github.com/GRA0007/google-cloud-rs.git#5b2c3d6dcde9e58528c90c0a3016f123104c5fe3"
source = "git+https://github.com/GRA0007/google-cloud-rs.git#4a2db92efd57a896e14d18877458c6ae43418aec"
dependencies = [
"chrono",
"futures",
@ -1144,7 +1144,7 @@ dependencies = [
[[package]]
name = "google-cloud-derive"
version = "0.2.1"
source = "git+https://github.com/GRA0007/google-cloud-rs.git#5b2c3d6dcde9e58528c90c0a3016f123104c5fe3"
source = "git+https://github.com/GRA0007/google-cloud-rs.git#4a2db92efd57a896e14d18877458c6ae43418aec"
dependencies = [
"darling",
"quote",