Current section
Files
Jump to
Current section
Files
native/ex_netfs_nif/Cargo.toml
[package]
name = "ex_netfs_nif"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
name = "ex_netfs_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.36"
# macOS-only: CoreFoundation types for NetFS FFI
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.10"
core-foundation-sys = "0.8"