Skip to content

Commit

Permalink
cargo, libs: Use crate from upstream git instead of git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Oct 1, 2024
1 parent d7e7af8 commit 9d14063
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
20 changes: 20 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ tracing-tracy = { version = "0.10.5", features = ["ondemand", "broadcast"] } # N
# Reference: https://github.com/tokio-rs/tracing/issues/2441
tracing-appender = { git = "https://github.com/joaoantoniocardoso/tracing", branch = "tracing-appender-0.2.2-with-filename-suffix" }

# onvif library does not work using git dependency
onvif = { path = "libs/onvif-rs/onvif" }
onvif-schema = { path = "libs/onvif-rs/schema", package = "schema", default-features = true, features = ["analytics", "devicemgmt", "event", "media", "ptz"] }
# Onvif
onvif = { git = "https://github.com/lumeohq/onvif-rs", rev = "8e2408db" }
onvif-schema = { git = "https://github.com/lumeohq/onvif-rs", rev = "8e2408db", package = "schema", features = ["analytics", "devicemgmt", "event", "media", "ptz"] }

anyhow = "1"
tokio = { version = "1.37", features = ["full"] }
Expand Down
1 change: 0 additions & 1 deletion libs/onvif-rs
Submodule onvif-rs deleted from 1b1e6f

0 comments on commit 9d14063

Please sign in to comment.