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 71b9b8c commit 0dc413eCopy full SHA for 0dc413e
Cargo.toml
@@ -19,3 +19,6 @@ crossterm = "0.26"
19
[features]
20
# Prints panic info. Costs you about 14K of code.
21
fancy-panic = []
22
+
23
+[package.metadata.docs.rs]
24
+targets = ["x86_64-unknown-linux-gnu", "thumbv6m-none-eabi"]
0 commit comments