From 44ee5cd027ffbd5ee53a094acb524e783b6774dd Mon Sep 17 00:00:00 2001 From: Agustin Borgna Date: Wed, 6 Mar 2024 15:56:16 +0000 Subject: [PATCH] Point to the root's README --- quantinuum-hugr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantinuum-hugr/Cargo.toml b/quantinuum-hugr/Cargo.toml index a12b1766d..0cad9b71b 100644 --- a/quantinuum-hugr/Cargo.toml +++ b/quantinuum-hugr/Cargo.toml @@ -5,7 +5,7 @@ edition = { workspace = true } rust-version = { workspace = true } license = { workspace = true } -readme = "README.md" +readme = "../README.md" documentation = "https://docs.rs/hugr/" homepage = { workspace = true } repository = { workspace = true }