1
0
Fork 0
firefox/build/rust/core-foundation/Cargo.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

19 lines
451 B
TOML

[package]
name = "core-foundation"
version = "0.9.999"
edition = "2018"
license = "MIT or APACHE-2.0"
[lib]
path = "lib.rs"
[dependencies.core-foundation]
version = "0.10.0"
default-features = false
[features]
default = ["core-foundation/default"]
link = ["core-foundation/link"]
mac_os_10_7_support = ["core-foundation/mac_os_10_7_support"]
mac_os_10_8_features = ["core-foundation/mac_os_10_8_features"]
with-uuid = ["core-foundation/with-uuid"]