Initial commit

This commit is contained in:
2026-02-18 12:32:54 +00:00
commit 3c63332a90
4 changed files with 145 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "tour"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = "4.5.59"