Skip to content

Commit

Permalink
feat: create a database trait
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 18, 2024
1 parent e4b9ecc commit b365682
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 270 deletions.
12 changes: 12 additions & 0 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 @@ -17,6 +17,7 @@ tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
warp = "0.3.7"
open = "3.2.0"
async-trait = "0.1.80"

[profile.release]
strip = true
Expand Down
Loading

0 comments on commit b365682

Please sign in to comment.