diff --git a/Cargo.toml b/Cargo.toml index 8524e08..0887af7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "iou" -version = "0.1.0" +version = "0.2.0" description = "io_uring bindings" +documentation = "https://docs.rs/iou" repository = "https://github.com/withoutboats/iou" keywords = ["io_uring", "liburing", "async", "futures"] license = "MIT OR Apache-2.0"