Skip to content

Commit bcec750

Browse files
committed
Update description of stackable-operator-derive package
1 parent 59a2b6c commit bcec750

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[workspace.package]
2-
description = "Stackable Operator Framework"
32
version = "0.46.0"
43
authors = ["Stackable GmbH <info@stackable.de>"]
54
license = "Apache-2.0"
@@ -8,11 +7,11 @@ repository = "https://github.com/stackabletech/operator-rs"
87

98
[package]
109
name = "stackable-operator"
10+
description = "Stackable Operator Framework"
1111
version.workspace = true
1212
authors.workspace = true
13-
edition.workspace = true
14-
description.workspace = true
1513
license.workspace = true
14+
edition.workspace = true
1615
repository.workspace = true
1716

1817
[dependencies]

stackable-operator-derive/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "stackable-operator-derive"
3+
description = "Derive macros for the Stackable Operator Framework"
34
version.workspace = true
45
authors.workspace = true
5-
edition.workspace = true
6-
description.workspace = true
76
license.workspace = true
7+
edition.workspace = true
88
repository.workspace = true
99

1010
[lib]

0 commit comments

Comments
 (0)