14 lines
423 B
TOML
14 lines
423 B
TOML
[package]
|
|
name = "waveform_analysis"
|
|
version = "0.1.0"
|
|
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
|
|
|
|
[dependencies]
|