kz80_db 0.1.1

dBASE II clone for Z80 - Retro database on the RetroShield
Documentation
[[bin]]
name = "kz80_db"
path = "src/main.rs"

[dependencies.retroshield-z80-workbench]
version = "0.1"

[dev-dependencies]

[lib]
name = "kz80_db"
path = "src/lib.rs"

[package]
authors = ["Alex Jokela"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "embedded"]
description = "dBASE II clone for Z80 - Retro database on the RetroShield"
edition = "2021"
exclude = ["target/", "*.bin", "/tmp/"]
homepage = "https://github.com/ajokela/kz80_db"
keywords = ["z80", "dbase", "database", "retro"]
license = "BSD-3-Clause"
name = "kz80_db"
readme = "README.md"
repository = "https://github.com/ajokela/kz80_db"
rust-version = "1.70"
version = "0.1.1"

[[test]]
name = "integration"
path = "tests/integration.rs"