This commit is contained in:
2025-08-20 23:50:14 +02:00
commit 0fafa4c95b
7 changed files with 1276 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "turbo-blif"
version = "0.1.0"
edition = "2024"
[dependencies]
smallstr = "0.3.1"
smallvec = "1.15.1"