Skip to content

Commit

Permalink
merge crate description
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Nov 19, 2024
1 parent bdcd60f commit 85600d8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace.package]
version = "0.3.0"
description = "Virtual Harness Toolkit"
repository = "https://github.com/arkedge/kble"
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion kble-c2a/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kble-c2a"
description = "Virtual Harness Toolkit"
description.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion kble-dump/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kble-dump"
description = "Virtual Harness Toolkit"
description.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion kble-eb90/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kble-eb90"
description = "Virtual Harness Toolkit"
description.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion kble-serialport/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kble-serialport"
description = "Virtual Harness Toolkit"
description.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion kble-socket/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kble-socket"
description = "Virtual Harness Toolkit"
description.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
1 change: 1 addition & 0 deletions kble-tcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "kble-tcp"
description.workspace = true
version.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion kble/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kble"
description = "Virtual Harness Toolkit"
description.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 85600d8

Please sign in to comment.