[package] name = "storefd-listen" version = "0.1.0" edition = "2021" license = "MIT" authors = ["Mathieu Trossevin "] description = "An implementation of file descriptor passing with `LISTEN_FD`." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rustix = { version = "0.38.26", features = ["net", "fs"] } libc = "0.2.150" log = "0.4.20"