Skip to content

Commit

Permalink
AVRO-3875: [Rust]: Set "readme" metadata for each package separately (#…
Browse files Browse the repository at this point in the history
…2524)

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g authored Sep 27, 2023
1 parent 7142104 commit ff29c25
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion lang/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ resolver = "2"
version = "0.17.0"
authors = ["Apache Avro team <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/apache/avro"
edition = "2021"
rust-version = "1.65.0"
Expand Down
2 changes: 1 addition & 1 deletion lang/rust/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
[package]
name = "apache-avro"
description = "A library for working with Apache Avro in Rust"
readme = "README.md"
version.workspace = true
authors.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion lang/rust/avro_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ version.workspace = true
authors.workspace = true
description = "A library for deriving Avro schemata from Rust structs and enums"
license.workspace = true
readme.workspace = true
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
keywords = ["avro", "data", "serialization", "derive"]
categories.workspace = true
documentation = "https://docs.rs/apache-avro-derive"
readme = "README.md"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion lang/rust/avro_test_helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ rust-version.workspace = true
description = "Apache Avro tests helper."
authors.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
keywords = ["avro", "data", "serialization", "test"]
categories.workspace = true
documentation = "https://docs.rs/apache-avro-test-helper"
readme = "README.md"


[dependencies]
Expand Down

0 comments on commit ff29c25

Please sign in to comment.