Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-kali-team committed Jul 10, 2024
1 parent 61b6a71 commit 04a64ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

9 changes: 7 additions & 2 deletions observer_ward/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ console = "0.15.8"
rustc_lexer = "0.1.0"
zip = { version = "2.1.3", default-features = false, features = ["deflate"] }
actix-web-httpauth = "0.8.1"
actix-web = { version = "4.6.0", default-features = false, features = ["macros", "compress-gzip", "openssl"] }
actix-web = { version = "4.6.0", default-features = false, features = [
"macros",
"compress-gzip",
"openssl",
] }
openssl = { version = "0.10", features = ["vendored"] }
[target.'cfg(target_os="windows")'.build-dependencies]
winres = "0.1"
[target.'cfg(not(target_os = "windows"))'.dependencies]
daemonize = "0.5.0"
daemonize = "0.5.0"

0 comments on commit 04a64ea

Please sign in to comment.