diff --git a/.gitignore b/.gitignore index 8147f61..ecd42de 100644 --- a/.gitignore +++ b/.gitignore @@ -65,7 +65,7 @@ x86/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/ -[Bb]in/ +#[Bb]in/ [Oo]bj/ [Ll]og/ [Ll]ogs/ @@ -448,4 +448,3 @@ FodyWeavers.xsd # Built Visual Studio Code Extensions *.vsix - diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..99e6909 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "uboat-tools" +version = "0.1.0" +edition = "2021" + +[dependencies] diff --git a/src/bin/uboat-tools.rs b/src/bin/uboat-tools.rs new file mode 100644 index 0000000..e69de29 diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..e69de29