initial commit

This commit is contained in:
2025-07-22 00:02:14 +09:00
commit f38b576d3a
8 changed files with 192 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "runpe-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
[build-dependencies]
cc = "1.2.30"