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 a86c24f commit 8cbf22cCopy full SHA for 8cbf22c
codegen/crates/crate_feature_graph/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2024"
5
readme = "README.md"
6
license = "MIT OR Apache-2.0"
7
include = ["src/**", "bin/**", "Cargo.toml", "README.md", "example.png"]
8
+description = "A tool to visualize the flow of features throughout your crate graph."
9
10
[lib]
11
path = "src/lib.rs"
0 commit comments