Skip to content

Commit

Permalink
chore: add rusqlite crate
Browse files Browse the repository at this point in the history
  • Loading branch information
mkermani144 committed Jan 30, 2024
1 parent f9e2fe7 commit 0cbab7d
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 12 deletions.
175 changes: 163 additions & 12 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ confy = "0.4.0"
rand = "0.8.5"
serde = { version = "1.0.136", features = ["derive"] }
clap = { version = "3.1.8", features = ["derive"] }
rusqlite = { version = "0.30.0", features = ["bundled"] }

0 comments on commit 0cbab7d

Please sign in to comment.