21 lines
423 B
TOML
21 lines
423 B
TOML
[package]
|
|
name = "gyehoek"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "gyehoek"
|
|
# crate-type = ["cdylib"]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
bdwgc-alloc = { version = "0.6.13"
|
|
, default-features = false
|
|
, features = ["cmake"] }
|
|
const_panic = "0.2.15"
|
|
internment = "0.8.6"
|
|
libc = "0.2.186"
|
|
|
|
[patch.crates-io]
|
|
bdwgc-alloc = { git = 'https://git.deertopia.net/msyds/bdwgc-rust.git' }
|