Skip to content

Commit 4bd5de7

Browse files
committed
[batch] full implementation
1 parent a1eceb4 commit 4bd5de7

File tree

4 files changed

+440
-3
lines changed

4 files changed

+440
-3
lines changed

Cargo.lock

+35-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ libc = "0.2"
4141
regex = "1.10"
4242
gettext-rs = { path = "./gettext-rs" }
4343
errno = "0.3"
44+
chrono-tz = "0.10.0"
4445

4546
[workspace.lints]
4647

process/Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ plib = { path = "../plib" }
1212
clap.workspace = true
1313
gettext-rs.workspace = true
1414
libc.workspace = true
15+
chrono.workspace = true
1516
dirs = "5.0"
17+
chrono-tz.workspace = true
1618

1719
[build-dependencies]
1820
bindgen = { version = "0.70.0", features = ["runtime"] }
@@ -23,6 +25,11 @@ workspace = true
2325
[dev-dependencies]
2426
sysinfo = "0.31"
2527

28+
29+
[[bin]]
30+
name = "batch"
31+
path = "./batch.rs"
32+
2633
[[bin]]
2734
name = "fuser"
2835
path = "./fuser.rs"

0 commit comments

Comments
 (0)