--- cargo-crates/crash-context-0.6.3/Cargo.toml.orig 1970-01-01 00:00:01 UTC +++ cargo-crates/crash-context-0.6.3/Cargo.toml @@ -37,5 +37,8 @@ version = "0.2" [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.libc] version = "0.2" +[target."cfg(target_os = \"freebsd\")".dependencies.libc] +version = "0.2" + [target."cfg(target_os = \"macos\")".dependencies.mach2] version = "0.4"