Skip to content

Commit 52cc89e

Browse files
authored
Merge pull request #256 from Wandalen/talk
[talk] full implementation
2 parents cec77a7 + 6dce41d commit 52cc89e

File tree

3 files changed

+1788
-4
lines changed

3 files changed

+1788
-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"
17+
binrw = "0.14"
1618

1719
[lints]
1820
workspace = true
@@ -44,3 +46,7 @@ path = "./tty.rs"
4446
[[bin]]
4547
name = "write"
4648
path = "./write.rs"
49+
50+
[[bin]]
51+
name = "talk"
52+
path = "./talk.rs"

0 commit comments

Comments
 (0)