59221648ca
Also in this commit: taking nom for a spin.
11 lines
212 B
TOML
11 lines
212 B
TOML
[package]
|
|
name = "assembler"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
byteorder = "1.5.0"
|
|
nom = "7.1.3"
|