Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add meta for cargo-release #16

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ members = [
resolver = "2"

[workspace.package]
authors = ["tison <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -61,7 +60,7 @@ insta = { version = "1.40", features = ["json"] }
local-ip-address = { version = "0.6" }
log = { version = "0.4", features = ["kv_unstable_serde", "serde"] }
logforth = { version = "0.14" }
mea = { version = "0.0.3" }
mea = { version = "0.0.4" }
mime = { version = "0.3" }
opendal = { version = "0.50" }
pin-project = { version = "1.1" }
Expand Down
1 change: 0 additions & 1 deletion api/kafka-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ publish = true
readme = "README.md"
repository = "https://github.com/tisonkun/morax/"

authors.workspace = true
edition.workspace = true
license.workspace = true

Expand Down
1 change: 0 additions & 1 deletion api/protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ publish = true

description = "Shared plain old data structures for Morax"

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
Expand Down
1 change: 0 additions & 1 deletion api/wal-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ publish = true

description = "A client for Morax WAL Service broker"

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
Expand Down
1 change: 0 additions & 1 deletion cmd/morax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ publish = true

description = "A message queue and data streaming platform based on cloud native services."

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/kafka-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ publish = true

description = "The Apache Kafka broker layer for Morax"

authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ publish = true

description = "The Meta Service for Morax that manages the metadata with ACID properties"

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ publish = true

description = "Global runtimes and async utilities used by Morax"

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ publish = true

description = "The Morax Server that bundles all the broker services into one facade"

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ publish = true

description = "The Storage Service for Morax that interacts with the different object storage backends"

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ publish = true

description = "A telemetry component that collects metrics, logs, and traces for Morax itself"

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ publish = true

description = "A common build helper for Morax that generates the version information"

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/wal-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ publish = true

description = "The WAL Service broker layer for Morax"

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
Expand Down
4 changes: 3 additions & 1 deletion tests/rdkafka/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
name = "rdkafka-tests"
publish = false

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
version.workspace = true

[package.metadata.release]
release = false

[dependencies]
log = { workspace = true }
morax-protos = { workspace = true }
Expand Down
4 changes: 3 additions & 1 deletion tests/rskafka/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
name = "rskafka-tests"
publish = false

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
version.workspace = true

[package.metadata.release]
release = false

[dependencies]
log = { workspace = true }
morax-protos = { workspace = true }
Expand Down
4 changes: 3 additions & 1 deletion tests/toolkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
name = "tests-toolkit"
publish = false

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
version.workspace = true

[package.metadata.release]
release = false

[dependencies]
local-ip-address = { workspace = true }
morax-protos = { workspace = true }
Expand Down
4 changes: 3 additions & 1 deletion tests/wal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
name = "wal-tests"
publish = false

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
version.workspace = true

[package.metadata.release]
release = false

[dependencies]
base64 = { workspace = true }
insta = { workspace = true }
Expand Down
4 changes: 3 additions & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
name = "x"
publish = false

authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
version.workspace = true

[package.metadata.release]
release = false

[dependencies]
clap = { workspace = true }
which = { workspace = true }