initial commit

This commit is contained in:
Guilleag01
2025-02-18 21:30:24 +01:00
commit 4565b9cc3e
7 changed files with 849 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "boat"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.30", features = ["derive"] }
lazy_static = "1.5.0"
regex = "1.11.1"
serde = { version = "1.0.217", features = ["derive"] }
toml = "0.8.20"