Skip to content

Commit 5bc8d0a

Browse files
authored
Revert "[at] full implementation"
1 parent 180bc33 commit 5bc8d0a

File tree

6 files changed

+0
-3224
lines changed

6 files changed

+0
-3224
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ 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"
4745

4846
[workspace.lints]
4947

process/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ plib = { path = "../plib" }
1212
clap.workspace = true
1313
gettext-rs.workspace = true
1414
libc.workspace = true
15-
chrono.workspace = true
1615
dirs = "5.0"
17-
chrono-tz.workspace = true
18-
tempfile.workspace = true
1916

2017
[build-dependencies]
2118
bindgen = { version = "0.70.0", features = ["runtime"] }
@@ -26,10 +23,6 @@ workspace = true
2623
[dev-dependencies]
2724
sysinfo = "0.31"
2825

29-
[[bin]]
30-
name = "at"
31-
path = "./at.rs"
32-
3326
[[bin]]
3427
name = "fuser"
3528
path = "./fuser.rs"

0 commit comments

Comments
 (0)