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"