[package] name = "naiveuring" version = "0.4.0" edition = "2021" build = "build.rs" license = "MIT" description = "naive bindings of liburing" homepage = "https://docs.rs/naiveuring" documentation = "https://docs.rs/naiveuring" repository = "https://github.com/zzwxh/naiveuring" readme = "README.txt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = "0.66"