mirror of
https://github.com/Noratrieb/crapderive.git
synced 2026-01-14 16:45:08 +01:00
initial commit
This commit is contained in:
commit
ca0e376e79
6 changed files with 590 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue