Basic tcp text connection

This commit is contained in:
Mona Mayrhofer 2025-04-13 12:46:31 +02:00
commit fbb976a8e3
No known key found for this signature in database
GPG key ID: 5C83114FA383C6A0
5 changed files with 312 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "sup"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.36", features = ["derive"] }