implement basic client

This commit is contained in:
Raptorox 2026-07-27 22:21:45 +02:00
parent afcab342be
commit d3a7cebc13
No known key found for this signature in database
GPG key ID: 8B3556FC3ED1F6D8
3 changed files with 310 additions and 2 deletions

View file

@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.6.4", features = ["derive"] }