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.
2 parents c00ea2b + 2c481ff commit b7f63bfCopy full SHA for b7f63bf
examples/stdin/Cargo.toml
@@ -3,4 +3,7 @@ name = "stdin"
3
edition = "2024"
4
5
[target.'cfg(target_os = "hermit")'.dependencies]
6
-hermit = { path = "../../hermit" }
+hermit = { path = "../../hermit", default-features = false }
7
+
8
+[features]
9
+default = ["hermit/acpi", "hermit/pci"]
0 commit comments