[dependencies.libc]
version = "0.2"
[lib]
name = "safe_fork"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A tiny library providing `fork` to safe Rust"
edition = "2021"
license = "Unlicense"
name = "safe-fork"
readme = "README.md"
repository = "https://github.com/nbdd0121/safe-fork"
version = "0.1.0"
[[test]]
harness = false
name = "multi_threaded"
path = "tests/multi_threaded.rs"
[[test]]
harness = false
name = "single_threaded"
path = "tests/single_threaded.rs"