We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd34b76 commit d866697Copy full SHA for d866697
Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://github.com/bytecodealliance/rustix"
12
edition = "2018"
13
keywords = ["api", "file", "network", "safe", "syscall"]
14
categories = ["os::unix-apis", "date-and-time", "filesystem", "network-programming"]
15
-include = ["src", "build.rs", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md"]
+include = ["src", "build.rs", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md", "benches"]
16
rust-version = "1.48"
17
18
[build-dependencies]
0 commit comments