Skip to content

Commit

Permalink
cargo: Add rusqlite package to dependencies
Browse files Browse the repository at this point in the history
Updates 'cargo.toml' file to include the 'rusqlite' package.
Enabling interaction with SQLite databases in the project.

Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
cslinwang committed Jun 29, 2023
1 parent 662117a commit 3171534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ log-panics = { version = "2.1.0", features = ["with-backtrace"] }
mio = { version = "0.8", features = ["os-poll", "os-ext"] }
nix = "0.24.0"
rlimit = "0.9.0"
rusqlite = { version = "0.29.0", features = ["bundled"] }
serde = { version = "1.0.110", features = ["serde_derive", "rc"] }
serde_json = "1.0.51"
tar = "0.4.38"
Expand Down

0 comments on commit 3171534

Please sign in to comment.