Skip to content

Commit

Permalink
build: add rusqlite, ignore db
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitroPodolsky committed Feb 15, 2024
1 parent 117a5aa commit 9de9bbf
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 32 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
*.exe
.cargo/
*.bak
your_database.db
119 changes: 88 additions & 31 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ readme = "README.md"
[dependencies]
log = "0.4.20"
pretty_env_logger = "0.5.0"
sqlite = "0.33.0"
rusqlite = "0.30.0"
teloxide = "0.12.2"
tokio = { version = "1.36.0", features = ["full"] }

0 comments on commit 9de9bbf

Please sign in to comment.