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