basm 0.5.0

z80 assembler relying on cpclib-asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "basm"
version = "0.5.0"
edition = "2021"
description = "z80 assembler relying on cpclib-asm"
repository = "https://github.com/cpcsdk/rust.cpclib"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cpclib-asm = {version="0.5.0", features=["basm"]}
cpclib-common = {version="0.5.0"}
time = "0.2.27"

[build-dependencies]
built = { version = "0.5.1", features = ["chrono"] }