packaged binary

This commit is contained in:
Parker TenBroeck 2026-03-11 10:33:51 -04:00
parent 0289d1171f
commit defbd88adf
11 changed files with 110 additions and 24 deletions

11
libvhdl_conn/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "libvhdl_conn"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["staticlib"]
[lints.clippy]
identity_op = "allow"