diff --git a/Cargo.toml b/Cargo.toml index 8c86f73..17d2035 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "waveform_analysis" version = "0.1.0" edition = "2021" +authors = ["Yannick Reiss "] +description = "Convert VCD into CSV files or test against vectors" +readme = "README.md" +repository = "https://git.nickr.eu/yannickreiss/waveform_analysis.git" +license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html