From 1cb6812063d93705fd064ac1cd67cb50863545e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20L=C3=A4ufer?= Date: Tue, 6 Aug 2024 14:01:33 -0400 Subject: [PATCH] cargo: point to readme --- Cargo.toml | 4 +--- wellen/Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) 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