We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bba44 commit 6ebb23cCopy full SHA for 6ebb23c
Cargo.toml
@@ -66,3 +66,8 @@ features = [
66
[features]
67
# Enable all API, even ones not available on all OSs.
68
all = []
69
+
70
+[package.metadata.cargo_check_external_types]
71
+allowed_external_types = [
72
+ "libc::*",
73
+]
0 commit comments