Skip to content

Commit 952f2ca

Browse files
authored
Merge pull request #384 from Wandalen/batch
[batch] full implementation
2 parents 7322710 + 4bd5de7 commit 952f2ca

File tree

4 files changed

+437
-0
lines changed

4 files changed

+437
-0
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ libc = "0.2"
4242
regex = "1.10"
4343
gettext-rs = { path = "./gettext-rs" }
4444
errno = "0.3"
45+
chrono-tz = "0.10.0"
4546

4647
[workspace.lints]
4748

process/Cargo.toml

Lines changed: 7 additions & 0 deletions
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)