Skip to content

Commit 7140830

Browse files
committed
chore(config-utils): Inherit author, license, edition, repo from workspace
1 parent cb6086c commit 7140830

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

crates/config-utils/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "config-utils"
33
version = "0.5.0"
4-
authors = ["Stackable GmbH <info@stackable.tech>"]
5-
license = "Apache-2.0"
6-
edition = "2024"
7-
repository = "https://github.com/stackabletech/operator-rs"
4+
authors.workspace = true
5+
license.workspace = true
6+
edition.workspace = true
7+
repository.workspace = true
88

99
[dependencies]
1010
# We try hard to have as less dependencies as possible!

0 commit comments

Comments
 (0)