Forgot to add lib

This commit is contained in:
vanten-s 2023-09-28 14:16:18 +02:00
commit 031b9abf66
Signed by: vanten-s
GPG key ID: DE3060396884D3F2
3 changed files with 10 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 = "assembler-8-bit"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

0
src/lib.rs Normal file
View file