13 lines
175 B
TOML
13 lines
175 B
TOML
[package]
|
|
name = "ext"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
name = "hkrpg"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
windows.workspace = true
|
|
hkrpg.workspace = true
|