diff --git a/Cargo.toml b/Cargo.toml index b6701ef5..9a5b1e07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,10 @@ categories = ["asynchronous", "network-programming"] keywords = ["async", "fs", "iocp", "io-uring"] repository = "https://github.com/Berrysoft/compio" +[package.metadata.docs.rs] +all-features = true +default-target = "x86_64-pc-windows-msvc" +targets = ["x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu"] [dependencies] async-task = "4"