Redid build.sh and removed files

This commit is contained in:
brotoskyj
2025-10-20 16:52:08 -04:00
parent 63a0da47a4
commit fd63ecbd1a
7 changed files with 53 additions and 11 deletions
Generated
+10
View File
@@ -719,6 +719,7 @@ version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc1989dbf2b60852e0782c7487ebf0b4c7f43161ffe820849b56cf05f945cee1"
dependencies = [
"python3-dll-a",
"target-lexicon",
]
@@ -757,6 +758,15 @@ dependencies = [
"syn",
]
[[package]]
name = "python3-dll-a"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d381ef313ae70b4da5f95f8a4de773c6aa5cd28f73adec4b4a31df70b66780d8"
dependencies = [
"cc",
]
[[package]]
name = "quote"
version = "1.0.41"