Skip to content

Commit d9bd179

Browse files
author
Krusty/Benediction
committed
update cargo.toml files
1 parent 8e06fd9 commit d9bd179

4 files changed

Lines changed: 25 additions & 12 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

hxcfe-sys/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "hxcfe-sys"
3-
version = "0.2.0"
4-
edition = "2024"
3+
4+
version.workspace = true
5+
edition.workspace = true
56
links = "hxcfe"
67
repository = "https://github.com/cpcsdk/hxcfe_rs"
78
authors = ["Romain Giot <giot.romain@gmail.com>"]

hxcfe/Cargo.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
[package]
22
name = "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]

hxcfe_cli/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "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]
712
default = []

0 commit comments

Comments
 (0)