Skip to content

Commit 95352f9

Browse files
committed
chore: Add metadata to Cargo.toml files
1 parent ae70f91 commit 95352f9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ members = ["rust/*"]
33
resolver = "2"
44

55
[workspace.package]
6+
repository = "https://github.com/stackabletech/docker-images"
67
authors = ["Stackable <[email protected]>"]
8+
license = "OSL-3.0"
79

810
[workspace.dependencies]
911
clap = { version = "4.5.41", features = ["derive"] }

rust/boil/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "boil"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
edition = "2024"
5+
authors.workspace = true
6+
license.workspace = true
7+
repository.workspace = true
8+
publish = false
59

610
[dependencies]
711
clap.workspace = true

0 commit comments

Comments
 (0)