This commit is contained in:
ParkerTenBroeck 2026-03-04 22:26:08 -05:00
commit a266096f32
10 changed files with 593 additions and 0 deletions

7
conn/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "vhdl_ui"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]