mirror of
https://github.com/not-matthias/mmap
synced 2026-06-08 16:26:13 +00:00
10 lines
188 B
TOML
10 lines
188 B
TOML
[package]
|
|
name = "example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
winapi = { version = "0.3.9", features = ["winnt", "libloaderapi", "winuser"] } |