Skip to content

Commit

Permalink
Add tls feature to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySamoylov committed Sep 17, 2024
1 parent 1b1e6fd commit dd49a87
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 dd49a87

Please sign in to comment.