Configure project
This commit is contained in:
parent
46e826d894
commit
859d54bd4e
|
@ -2,6 +2,11 @@
|
||||||
name = "waveform_analysis"
|
name = "waveform_analysis"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["Yannick Reiss <yannick.reiss@nickr.eu>"]
|
||||||
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue