initial commit

This commit is contained in:
nora 2022-06-13 08:38:54 +02:00
commit ca0e376e79
6 changed files with 590 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "asm-thing"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dbg-pls = { version = "0.3.2", features = ["colors", "derive"] }
logos = "0.12.1"