added os specific dependency for linux

This commit is contained in:
ikeen0807 2024-05-24 17:35:43 +02:00
parent 0b9119222b
commit ca6239fb79
43 changed files with 904 additions and 0 deletions

View file

@ -41,6 +41,8 @@ tower = { version = "0.4", features = ["util"] }
reqwest = { version = "0.12.4", features = ["blocking", "json"] }
hex = "0.4.3"
anyhow = "1.0.83"
[target.'cfg(target_os = "linux")'.dependencies]
openssl-sys = { version = "0.9.102", features = ["vendored"] }
[build-dependencies]
prost-build = "0.12.4"