Skip to content

Commit bcbc9a5

Browse files
committed
dependencies: added chrono, cron-parser and cron
1 parent ff4501f commit bcbc9a5

2 files changed

Lines changed: 143 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 139 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
members = ["crates/http", "adapter/rest", "crates/base"]
2+
members = ["crates/http", "adapter/rest", "crates/base", "adapter/cron"]
33
resolver = "3"
44

55
[workspace.package]
@@ -22,6 +22,9 @@ anyhow = "1.0.98"
2222
prost = "0.14.0"
2323
tonic-health = "0.14.0"
2424
futures-lite = "2.6.1"
25+
chrono = "0.4.42"
26+
cron-parser = "0.11.0"
27+
cron = "0.15.0"
2528

2629
[workspace.dependencies.http]
2730
path = "../draco/crates/http"

0 commit comments

Comments
 (0)