[package] name = "tee-rs" description = "A Rust implementation of the tee command" version = "0.1.0" edition = "2021" repository = "https://github.com/pollenjp/tee-rs" license = "MIT" [dependencies] libc = "0.2.161" # The profile that 'cargo dist' will build with [profile.dist] inherits = "release" lto = "thin"