Skip to content

Commit 6f242d3

Browse files
committed
cargo toml fix
1 parent 14ca36c commit 6f242d3

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

jagua-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MPL-2.0"
66
repository = "https://github.com/JeroenGar/jagua-rs"
77
authors = ["Jeroen Gardeyn"]
88
description = "A fast and fearless Collision Detection Engine for 2D irregular Cutting and Packing problems"
9-
readme = "README.md"
9+
readme = "../README.md"
1010
keywords = ["nesting", "packing", "strip", "bin", "irregular"]
1111
homepage = "https://github.com/JeroenGar/jagua-rs"
1212

lbf/Cargo.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[package]
22
name = "lbf"
33
description = "Left Bottom Fill reference implementation for jagua-rs"
4-
version.workspace = true
5-
edition.workspace = true
6-
license.workspace = true
7-
repository.workspace = true
8-
authors.workspace = true
9-
readme.workspace = true
10-
keywords.workspace = true
11-
homepage.workspace = true
4+
edition = "2024"
5+
license = "MPL-2.0"
6+
repository = "https://github.com/JeroenGar/jagua-rs"
7+
authors = ["Jeroen Gardeyn"]
8+
readme = "../README.md"
9+
keywords = ["nesting", "packing", "strip", "bin", "irregular"]
10+
homepage = "https://github.com/JeroenGar/jagua-rs"
1211

1312
[dependencies]
1413
jagua-rs = { path = "../jagua-rs", features = ["spp", "bpp"] }

0 commit comments

Comments
 (0)