This commit is contained in:
Intege-rs
2024-11-13 21:41:26 -05:00
commit 03066e2e55
29 changed files with 1549 additions and 0 deletions

10
sub/pe/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "sub_pe"
version = "0.1.0"
edition = "2021"
[features]
windows = []
[dependencies]
sub_core = { workspace = true }