initial commit

This commit is contained in:
Charlie Root 2025-04-04 18:03:00 +02:00
commit 9f072717bc
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
8 changed files with 384 additions and 0 deletions

7
Cargo.toml Normal file
View file

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