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