File tree 2 files changed +4
-5
lines changed
stackable-operator-derive
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
[workspace .package ]
2
- description = " Stackable Operator Framework"
3
2
version = " 0.46.0"
4
3
authors = [" Stackable GmbH <info@stackable.de>" ]
5
4
license = " Apache-2.0"
@@ -8,11 +7,11 @@ repository = "https://github.com/stackabletech/operator-rs"
8
7
9
8
[package ]
10
9
name = " stackable-operator"
10
+ description = " Stackable Operator Framework"
11
11
version.workspace = true
12
12
authors.workspace = true
13
- edition.workspace = true
14
- description.workspace = true
15
13
license.workspace = true
14
+ edition.workspace = true
16
15
repository.workspace = true
17
16
18
17
[dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stackable-operator-derive"
3
+ description = " Derive macros for the Stackable Operator Framework"
3
4
version.workspace = true
4
5
authors.workspace = true
5
- edition.workspace = true
6
- description.workspace = true
7
6
license.workspace = true
7
+ edition.workspace = true
8
8
repository.workspace = true
9
9
10
10
[lib ]
You can’t perform that action at this time.
0 commit comments