Add initial project files

This commit is contained in:
Moritz Hölting 2024-03-21 16:25:57 +01:00
commit 5fbf8a9b16
3 changed files with 11 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/target
/Cargo.lock

8
Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "shulkerbox"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

1
src/lib.rs Normal file
View File

@ -0,0 +1 @@