feat(stackdriver): Add initial Stackdriver API type definitions
This commit is contained in:
parent
0db4512df4
commit
ef638bfa20
4 changed files with 1138 additions and 1 deletions
|
|
@ -9,6 +9,12 @@ failure = "0.1"
|
|||
systemd = "0.3"
|
||||
log = "0.4"
|
||||
env_logger = "0.5"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
reqwest = "0.8"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
hyper = "*" # whatever reqwest drags in
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue