From 67ba796833804865e717324b587f29ee9ddcb723 Mon Sep 17 00:00:00 2001 From: Joshua Colvin Date: Fri, 25 Oct 2024 11:26:55 -0700 Subject: [PATCH] Add readme to Cargo.toml Let crates.io know where to find README.md so it gets rendered properly. Will take effect when the next version is published. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 37ce93a..781833a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ edition = "2021" homepage = "https://arbitrum.io" license = "MIT OR Apache-2.0" repository = "https://github.com/OffchainLabs/cargo-stylus" +readme = "README.md" [workspace.dependencies] alloy-primitives = "=0.7.7"