We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c791e7 + 642699c commit b6a8ccdCopy full SHA for b6a8ccd
users/Cargo.toml
@@ -14,12 +14,14 @@ gettext-rs.workspace = true
14
libc.workspace = true
15
chrono.workspace = true
16
syslog = "6.1"
17
+libcrypt-rs = "0.1"
18
thiserror = "1.0"
19
binrw = "0.14"
20
21
[lints]
22
workspace = true
23
24
+
25
[[bin]]
26
name = "id"
27
path = "./id.rs"
@@ -48,6 +50,12 @@ path = "./tty.rs"
48
50
name = "write"
49
51
path = "./write.rs"
52
53
+[[bin]]
54
55
+name = "newgrp"
56
+path = "./newgrp.rs"
57
58
59
name = "talk"
60
path = "./talk.rs"
61
0 commit comments