From ff2ae3351f88f28170c16fc81d3ea863fc6b3973 Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Tue, 14 Jan 2025 15:12:50 +0100 Subject: [PATCH] fix: add readme to rioterm crate (#901) --- Cargo.toml | 1 + frontends/rioterm/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9382c6c4a6..f5539bf960 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,7 @@ rust-version = "1.84.0" repository = "https://github.com/raphamorim/rio" homepage = "https://raphamorim.io/rio" documentation = "https://github.com/raphamorim/rio#readme" +readme = "README.md" [workspace.dependencies] # Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations diff --git a/frontends/rioterm/Cargo.toml b/frontends/rioterm/Cargo.toml index 2a7eb9ab7c..783029c8a9 100644 --- a/frontends/rioterm/Cargo.toml +++ b/frontends/rioterm/Cargo.toml @@ -10,6 +10,7 @@ rust-version.workspace = true repository.workspace = true homepage.workspace = true documentation.workspace = true +readme.workspace = true [[bin]] name = "rio"