Skip to content

Commit 9c2fea0

Browse files
authored
chore: add descriptions for new crates. (#57)
This commit adds descriptions for recently added crates.
1 parent 77182d1 commit 9c2fea0

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

crankshaft-console/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
[package]
22
name = "crankshaft-console"
3+
description = "A TUI for monitoring Crankshaft tasks"
34
version = "0.1.0"
4-
edition = "2021"
5+
license.workspace = true
6+
edition.workspace = true
7+
authors.workspace = true
8+
homepage.workspace = true
9+
repository.workspace = true
10+
rust-version.workspace = true
511

612
[dependencies]
713
anyhow.workspace = true

crankshaft-events/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "crankshaft-events"
3+
description = "Definition of events sent by Crankshaft"
34
version = "0.1.0"
45
license.workspace = true
56
edition.workspace = true

crankshaft-monitor/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "crankshaft-monitor"
3+
description = "An implementation of a Crankshaft monitor server"
34
version = "0.1.0"
45
license.workspace = true
56
edition.workspace = true

0 commit comments

Comments
 (0)