From e89de8805f524aefafdbcc1fcd1b20ecfd0d22b6 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 3 Jan 2022 11:08:55 -0800 Subject: [PATCH] fix Cargo.toml --- valuable/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valuable/Cargo.toml b/valuable/Cargo.toml index ff6b668..621a044 100644 --- a/valuable/Cargo.toml +++ b/valuable/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2018" license = "MIT" rust-version = "1.51.0" -readme = "README.md" +readme = "../README.md" repository = "https://github.com/tokio-rs/valuable" description = """ Object-safe value inspection, used to pass un-typed structured data across trait-object boundaries.