Initial draft

This commit is contained in:
Dennis Nemec
2025-09-26 16:41:42 +02:00
commit 3f57ddefb7
10 changed files with 502 additions and 0 deletions

12
Cargo.toml Normal file
View File

@ -0,0 +1,12 @@
[package]
name = "rust"
version = "0.1.0"
edition = "2024"
[dependencies]
log = "0.4.28"
serde = { version = "1.0.227", features = ["derive"] }
simplelog = "0.12.2"
toml = "0.9.7"
widestring = "1.2.0"
winapi = "0.3.9"