Skip to content

Commit

Permalink
chore: add important comments and additional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-bozin-org committed May 1, 2024
1 parent 921e999 commit 772c45e
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 148 deletions.
194 changes: 57 additions & 137 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ readme = "README.md"
[dependencies]
tokio = { version = "1.35.1", features = ["full"] }
sqlx = { version = "0.7.4", features = ["postgres","runtime-tokio-rustls"] }
chrono = "0.4"

[dev-dependencies]
serial_test = "*"


[profile.dev]
Expand Down
Loading

0 comments on commit 772c45e

Please sign in to comment.