Skip to content

Commit 82c1fd9

Browse files
committed
[at] full implementation
1 parent a1eceb4 commit 82c1fd9

File tree

6 files changed

+3227
-3
lines changed

6 files changed

+3227
-3
lines changed

Cargo.lock

Lines changed: 36 additions & 3 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
@@ -41,6 +41,8 @@ libc = "0.2"
4141
regex = "1.10"
4242
gettext-rs = { path = "./gettext-rs" }
4343
errno = "0.3"
44+
chrono-tz = "0.10.0"
45+
tempfile = "3.14"
4446

4547
[workspace.lints]
4648

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)