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

26
Cargo.lock generated Normal file
View File

@@ -0,0 +1,26 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "smallstr"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "862077b1e764f04c251fe82a2ef562fd78d7cadaeb072ca7c2bcaf7217b1ff3b"
dependencies = [
"smallvec",
]
[[package]]
name = "smallvec"
version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "turbo-blif"
version = "0.1.0"
dependencies = [
"smallstr",
"smallvec",
]