loadcpm 0.1.0 (#1177)

This commit is contained in:
Brent Seidel
2024-08-11 05:45:05 -07:00
committed by GitHub
parent 49bd412d4c
commit fdca9ff9b0
+24
View File
@@ -0,0 +1,24 @@
name = "loadcpm"
description = "Write CP/M (or other similar binary) to floppy disk image"
version = "0.1.0"
authors = ["Brent Seidel"]
maintainers = ["Brent Seidel <brentseidel@mac.com>"]
maintainers-logins = ["BrentSeidel"]
licenses = "GPL-3.0-or-later"
website = "https://github.com/BrentSeidel/Sim-CPU"
tags = ["cpm"]
executables = ["loadcpm"]
[[depends-on]]
bbs = "~0.1.0"
[[depends-on]]
bbs_simcpu = "~0.1.0"
[origin]
commit = "95bbe73fa49ea9db3fb04c302b688192d9f84389"
subdir = "./loadcpm/"
url = "git+https://github.com/BrentSeidel/Sim-CPU.git"