Skip to content

Commit

Permalink
Merge pull request #129 from lumeohq/dmitry/fix-clippy
Browse files Browse the repository at this point in the history
Add `tls` feature to `Cargo.toml`
  • Loading branch information
DmitrySamoylov authored Sep 17, 2024
2 parents 1b1e6fd + dd49a87 commit 8e2408d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onvif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2018"
license = "MIT"

[features]
tls = ["reqwest/native-tls"]

[dependencies]
async-recursion = "0.3.1"
Expand Down Expand Up @@ -40,4 +41,4 @@ futures-util = "0.3.8"
structopt = "0.3.21"
tokio = { version = "1.0.1", features = ["full"] }
tracing-subscriber = "0.2.20"
b_2 = {path = "../wsdl_rs/b_2"}
b_2 = { path = "../wsdl_rs/b_2" }

0 comments on commit 8e2408d

Please sign in to comment.