Skip to content

Commit f156289

Browse files
authored
Merge pull request #18 from arkedge/crate-metadata
Add metadata for publishing
2 parents 35af898 + c5de029 commit f156289

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

kble-serialport/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "kble-serialport"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
6+
description = "Virtual Harness Toolkit"
7+
repository = "https://github.com/arkedge/kble"
58

69
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
710

kble-socket/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "kble-socket"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
6+
description = "Virtual Harness Toolkit"
7+
repository = "https://github.com/arkedge/kble"
58

69
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
710

kble-tfsync/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "kble-tfsync"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
6+
description = "Virtual Harness Toolkit"
7+
repository = "https://github.com/arkedge/kble"
58

69
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
710

kble/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "kble"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
6+
description = "Virtual Harness Toolkit"
7+
repository = "https://github.com/arkedge/kble"
58

69
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
710

0 commit comments

Comments
 (0)