From 85600d88e3e8292bbf349919dd390e52797500c1 Mon Sep 17 00:00:00 2001 From: sksat Date: Tue, 19 Nov 2024 14:05:29 +0900 Subject: [PATCH] merge crate description --- Cargo.toml | 1 + kble-c2a/Cargo.toml | 2 +- kble-dump/Cargo.toml | 2 +- kble-eb90/Cargo.toml | 2 +- kble-serialport/Cargo.toml | 2 +- kble-socket/Cargo.toml | 2 +- kble-tcp/Cargo.toml | 1 + kble/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b4af58c..5654c30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [workspace.package] version = "0.3.0" +description = "Virtual Harness Toolkit" repository = "https://github.com/arkedge/kble" license = "MIT" edition = "2021" diff --git a/kble-c2a/Cargo.toml b/kble-c2a/Cargo.toml index 65c204c..bdc7012 100644 --- a/kble-c2a/Cargo.toml +++ b/kble-c2a/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kble-c2a" -description = "Virtual Harness Toolkit" +description.workspace = true version.workspace = true edition.workspace = true license.workspace = true diff --git a/kble-dump/Cargo.toml b/kble-dump/Cargo.toml index add940b..4a0bbf8 100644 --- a/kble-dump/Cargo.toml +++ b/kble-dump/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kble-dump" -description = "Virtual Harness Toolkit" +description.workspace = true version.workspace = true edition.workspace = true license.workspace = true diff --git a/kble-eb90/Cargo.toml b/kble-eb90/Cargo.toml index f1184eb..35e4c13 100644 --- a/kble-eb90/Cargo.toml +++ b/kble-eb90/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kble-eb90" -description = "Virtual Harness Toolkit" +description.workspace = true version.workspace = true edition.workspace = true license.workspace = true diff --git a/kble-serialport/Cargo.toml b/kble-serialport/Cargo.toml index a11f607..5d2a606 100644 --- a/kble-serialport/Cargo.toml +++ b/kble-serialport/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kble-serialport" -description = "Virtual Harness Toolkit" +description.workspace = true version.workspace = true edition.workspace = true license.workspace = true diff --git a/kble-socket/Cargo.toml b/kble-socket/Cargo.toml index 541b8ab..ac8fdca 100644 --- a/kble-socket/Cargo.toml +++ b/kble-socket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kble-socket" -description = "Virtual Harness Toolkit" +description.workspace = true version.workspace = true edition.workspace = true license.workspace = true diff --git a/kble-tcp/Cargo.toml b/kble-tcp/Cargo.toml index 8d9e5fe..4b9f3d0 100644 --- a/kble-tcp/Cargo.toml +++ b/kble-tcp/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "kble-tcp" +description.workspace = true version.workspace = true repository.workspace = true license.workspace = true diff --git a/kble/Cargo.toml b/kble/Cargo.toml index e1d2c86..4741edb 100644 --- a/kble/Cargo.toml +++ b/kble/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kble" -description = "Virtual Harness Toolkit" +description.workspace = true version.workspace = true edition.workspace = true license.workspace = true