Initial Project Layout

Created files that will make up the initial project layout of the
project
This commit is contained in:
2024-10-16 20:05:45 -04:00
parent 16ed13315a
commit 11e5cc405a
4 changed files with 7 additions and 2 deletions

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "uboat-tools"
version = "0.1.0"
edition = "2021"
[dependencies]