39954a9586
This is a hack to fix the build on macOS, which was failing because libnixrust.a contains compiler builtins that clash with libclang_rt.osx.a. There's probably a better solution... https://hydra.nixos.org/build/107473280
14 lines
201 B
TOML
14 lines
201 B
TOML
[package]
|
|
name = "nix-rust"
|
|
version = "0.1.0"
|
|
authors = ["Eelco Dolstra <edolstra@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "nixrust"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
tar = "0.4"
|
|
libc = "0.2"
|