Skip to content

Commit b6a8ccd

Browse files
authored
Merge pull request #347 from Wandalen/newgrp
[newgrp] full implementation
2 parents 6c791e7 + 642699c commit b6a8ccd

File tree

2 files changed

+828
-0
lines changed

2 files changed

+828
-0
lines changed

users/Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ gettext-rs.workspace = true
1414
libc.workspace = true
1515
chrono.workspace = true
1616
syslog = "6.1"
17+
libcrypt-rs = "0.1"
1718
thiserror = "1.0"
1819
binrw = "0.14"
1920

2021
[lints]
2122
workspace = true
2223

24+
2325
[[bin]]
2426
name = "id"
2527
path = "./id.rs"
@@ -48,6 +50,12 @@ path = "./tty.rs"
4850
name = "write"
4951
path = "./write.rs"
5052

53+
[[bin]]
54+
55+
name = "newgrp"
56+
path = "./newgrp.rs"
57+
5158
[[bin]]
5259
name = "talk"
5360
path = "./talk.rs"
61+

0 commit comments

Comments
 (0)