Initial draft
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user