add first commands

This commit is contained in:
Thibaud Dauce
2026-02-18 09:32:01 +01:00
parent 5c84fb182e
commit e60f150611
6 changed files with 524 additions and 2 deletions

View File

@@ -4,3 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
anyhow = "1"