File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ members = [
55 " hxcfe"
66, " hxcfe_cli" ]
77
8+ version = " 0.2.0"
9+ edition = " 2024"
10+ links = " hxcfe"
11+ repository = " https://github.com/cpcsdk/hxcfe_rs"
12+ authors = [" Romain Giot <giot.romain@gmail.com>" ]
13+ license = " GPL-3.0-only"
14+ description = " Bindings for libhxcfe https://github.com/jfdelnero/HxCFloppyEmulator/. Unfinished work, contributions are welcomed."
15+
816[workspace .dependencies ]
917
1018# Workspace crates
Original file line number Diff line number Diff line change 11[package ]
22name = " hxcfe-sys"
3- version = " 0.2.0"
4- edition = " 2024"
3+
4+ version.workspace = true
5+ edition.workspace = true
56links = " hxcfe"
67repository = " https://github.com/cpcsdk/hxcfe_rs"
78authors = [" Romain Giot <giot.romain@gmail.com>" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " hxcfe"
3- version = " 0.2.0"
4- edition = " 2024"
5- repository = " https://github.com/cpcsdk/hxcfe_rs"
6- authors = [" Romain Giot <giot.romain@gmail.com>" ]
7- license = " GPL-3.0-only"
8- description = " Bindings for libhxcfe https://github.com/jfdelnero/HxCFloppyEmulator/. Unfinished work, contributions are welcomed."
9- readme = " ../Readme.md"
10-
3+ version.workspace = true
4+ edition.workspace = true
5+ repository.workspace = true
6+ authors.workspace = true
7+ license.workspace = true
8+ description = " Rustty safe abstraction over hxcfe-sys. Unfinished work, contributions are welcomed."
9+ readme = ' ../Readme.md'
1110# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1211
1312[features ]
Original file line number Diff line number Diff line change 11[package ]
22name = " hxcfe_cli"
3- version = " 0.1.0"
4- edition = " 2024"
3+ version.workspace = true
4+ edition.workspace = true
5+ repository.workspace = true
6+ authors.workspace = true
7+ license.workspace = true
8+ description = " (partial) reimplementation of the hxcfe command line tool. Unfinished work, contributions are welcomed."
9+ readme = " ../Readme.md"
510
611[features ]
712default = []
You can’t perform that action at this time.
0 commit comments