Skip to content

Commit

Permalink
chore: Specify readme files in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedBlueEyes committed Jul 12, 2024
1 parent 6861793 commit 21c51b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/mf1-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Macros for the mf1 crate"
readme = "README.md"

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions crates/mf1-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Parse ICU MessageFormat 1 syntax"
readme = "README.md"

[dependencies]
icu_plurals = { version = "1.5.0", features = ["serde", "datagen"] }
Expand Down
1 change: 1 addition & 0 deletions crates/mf1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Use ICU MessageFormat 1 to internationalise your apps"
readme = "README.md"

[dependencies]

Expand Down

0 comments on commit 21c51b9

Please sign in to comment.