Skip to content

Commit

Permalink
Add: rusqlite build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyLoongZ committed Dec 28, 2024
1 parent 9d21850 commit 692e3f3
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 1 deletion.
82 changes: 81 additions & 1 deletion Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ url = "2.5.2"
boomphf = { version = "0.6.0", optional = true }
local-ip-address = "0.6.1"
console = { version = "0.15.8", optional = true }
# audit
rusqlite = { version = "0.32.0", features = ["bundled"] }

[target.'cfg(target_os = "linux")'.dependencies]
uzers = { version = "0.12", default-features = false }
Expand Down

0 comments on commit 692e3f3

Please sign in to comment.