Skip to content

Commit 180bc33

Browse files
authored
Merge pull request #383 from Wandalen/at
[at] full implementation
2 parents 5c514b7 + 82c1fd9 commit 180bc33

File tree

6 files changed

+3224
-0
lines changed

6 files changed

+3224
-0
lines changed

Cargo.lock

Lines changed: 33 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ libc = "0.2"
4242
regex = "1.10"
4343
gettext-rs = { path = "./gettext-rs" }
4444
errno = "0.3"
45+
chrono-tz = "0.10.0"
46+
tempfile = "3.14"
4547

4648
[workspace.lints]
4749

process/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ 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
18+
tempfile.workspace = true
1619

1720
[build-dependencies]
1821
bindgen = { version = "0.70.0", features = ["runtime"] }
@@ -23,6 +26,10 @@ workspace = true
2326
[dev-dependencies]
2427
sysinfo = "0.31"
2528

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

0 commit comments

Comments
 (0)