From 8db5b1e8a3b8c81f3174a0c9cb951c87058289ca Mon Sep 17 00:00:00 2001 From: Miles Murgaw Date: Tue, 14 Nov 2023 17:42:13 -0500 Subject: [PATCH] fix: specify readme location for crates.io --- std/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/std/Cargo.toml b/std/Cargo.toml index 42cee2e..db466f0 100644 --- a/std/Cargo.toml +++ b/std/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Jonathan Kelley", "Dioxus Labs", "ealmloff", "DogeDark", "marc2332"] edition = "2021" description = "Platform agnostic library for supercharging your productivity with Dioxus" license = "MIT" +readme = "../README.md" repository = "https://github.com/DioxusLabs/dioxus-std/" homepage = "https://dioxuslabs.com" keywords = ["dom", "gui", "dioxus", "standard", "hooks"]