Skip to content

Commit

Permalink
Support for configuration hot reload and efficient caching and valida…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
AhmedSoliman committed Jul 30, 2023
1 parent e9671a3 commit a1100bf
Show file tree
Hide file tree
Showing 19 changed files with 725 additions and 171 deletions.
227 changes: 202 additions & 25 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions cronback-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ validator = { workspace = true }

# Unique Dependencies
config = { version = "0.13", default-features = false, features = ["toml"] }
notify = { version = "6.0.1" }
notify-debouncer-mini = { version = "0.3.0" }
hyper = "0.14.24"
tonic-reflection = "0.9.0"
url = { workspace = true, features = ["serde"] }
Expand Down
Loading

0 comments on commit a1100bf

Please sign in to comment.