diff --git a/hugr-cli/Cargo.toml b/hugr-cli/Cargo.toml index 9b4567a93..b74886a2e 100644 --- a/hugr-cli/Cargo.toml +++ b/hugr-cli/Cargo.toml @@ -5,14 +5,13 @@ edition = { workspace = true } rust-version = { workspace = true } license = { workspace = true } readme = "README.md" -documentation = "https://docs.rs/hugr-passes/" +documentation = "https://docs.rs/hugr-cli/" homepage = { workspace = true } repository = { workspace = true } description = "Compiler passes for Quantinuum's HUGR" keywords = ["Quantum", "Quantinuum"] categories = ["compilers"] - [dependencies] clap = { workspace = true, features = ["derive"] } clap-stdin.workspace = true @@ -33,3 +32,4 @@ rstest.workspace = true [[bin]] name = "hugr" path = "src/main.rs" +doc = false