Initial Project Layout (#1)
Created files that will make up the initial project layout of the project Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
6
Cargo.toml
Normal file
6
Cargo.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "uboat-tools"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
0
src/bin/uboat-tools.rs
Normal file
0
src/bin/uboat-tools.rs
Normal file
0
src/lib.rs
Normal file
0
src/lib.rs
Normal file
Reference in New Issue
Block a user