Commit initial

This commit is contained in:
2024-09-12 08:55:26 +02:00
commit 92ab4d0087
8 changed files with 387 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "cat"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.17", features = ["derive"] }