2 streams but pure chaos

This commit is contained in:
nora 2021-03-29 10:54:14 +02:00
parent 04001ac5db
commit f6fcd8c05d
4 changed files with 104 additions and 12 deletions

9
Cargo.lock generated
View file

@ -1,5 +1,14 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "local_ipaddress"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6a104730949fbc4c78e4fa98ed769ca0faa02e9818936b61032d2d77526afa9"
[[package]]
name = "terminal_chat"
version = "0.1.0"
dependencies = [
"local_ipaddress",
]