Skip to content

Commit

Permalink
Add unicast search mode (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelYvon authored Mar 7, 2024
1 parent c71e8cb commit ddcbed8
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 105 deletions.
2 changes: 2 additions & 0 deletions onvif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ base64 = "0.13.0"
bigdecimal = "0.3.0"
chrono = "0.4.19"
digest_auth = "0.3.0"
futures = "0.3.30"
futures-core = "0.3.8"
futures-util = "0.3.30"
num-bigint = "0.4.2"
reqwest = { version = "0.11.20", default-features = false }
schema = { version = "0.1.0", path = "../schema", default-features = false, features = ["analytics", "devicemgmt", "event", "media", "ptz"] }
Expand Down
Loading

0 comments on commit ddcbed8

Please sign in to comment.