mirror of
https://github.com/Noratrieb/crapderive.git
synced 2026-01-14 16:45:08 +01:00
10 lines
260 B
TOML
10 lines
260 B
TOML
[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"
|