diff --git a/Cargo.toml b/Cargo.toml index bb71025..b83f40d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = ["wellen"] default-members = ["wellen"] [workspace.package] -version = "0.9.15" +version = "0.9.16" edition = "2021" # we require the `div_ceil` method on integers rust-version = "1.73.0" @@ -16,8 +16,6 @@ authors = ["Kevin Laeufer "] description = "Fast VCD and FST library for waveform viewers written in Rust." repository = "https://github.com/ekiwi/wellen" license = "BSD-3-Clause" - - keywords = ["vcd", "fst", "waveform", "wavedump"] diff --git a/wellen/Cargo.toml b/wellen/Cargo.toml index e0da1fd..dd3cba8 100644 --- a/wellen/Cargo.toml +++ b/wellen/Cargo.toml @@ -8,7 +8,8 @@ description.workspace = true repository.workspace = true license.workspace = true keywords.workspace = true -include = ["Cargo.toml", "../LICENSE", "src/", "benches/"] +include = ["Cargo.toml", "../LICENSE", "../README.md", "src/", "benches/"] +readme = "../Readme.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html