Skip to content

Commit 2ee9ee5

Browse files
committed
[talk] full implementation
1 parent 592f940 commit 2ee9ee5

File tree

3 files changed

+1792
-4
lines changed

3 files changed

+1792
-4
lines changed

Cargo.lock

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

users/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ gettext-rs.workspace = true
1313
libc.workspace = true
1414
chrono.workspace = true
1515
syslog = "6.1"
16+
thiserror = "1.0.63"
17+
binrw = "0.14.0"
1618

1719
[[bin]]
1820
name = "id"
@@ -41,3 +43,7 @@ path = "./tty.rs"
4143
[[bin]]
4244
name = "write"
4345
path = "./write.rs"
46+
47+
[[bin]]
48+
name = "talk"
49+
path = "./talk.rs"

0 commit comments

Comments
 (0)