mirror of
https://github.com/ParkerTenBroeck/hdl_sim.git
synced 2026-06-06 21:24:06 -04:00
11 lines
No EOL
134 B
TOML
11 lines
No EOL
134 B
TOML
[package]
|
|
name = "vhdl_ui"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
|
|
[lints.clippy]
|
|
identity_op = "allow" |