From 1d77fe5cb876e0863099430133d6f9eea42171e4 Mon Sep 17 00:00:00 2001 From: Volodymyr Yavdoshenko Date: Sat, 17 Jan 2026 08:24:39 +0200 Subject: [PATCH] doc: readme was updated --- README.md | 1 + red/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index fd2453f..d288c79 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ An experimental drop-in replacement for GNU sed, written in Rust. +[![Crates.io](https://img.shields.io/crates/v/red-sed.svg)](https://crates.io/crates/red-sed) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Rust](https://img.shields.io/badge/Rust-1.70+-orange.svg?logo=rust)](https://www.rust-lang.org/) [![CI](https://github.com/vyavdoshenko/red/actions/workflows/ci.yml/badge.svg)](https://github.com/vyavdoshenko/red/actions/workflows/ci.yml) diff --git a/red/Cargo.toml b/red/Cargo.toml index 9dcd781..ab2066f 100644 --- a/red/Cargo.toml +++ b/red/Cargo.toml @@ -4,6 +4,7 @@ version = "1.0.1" edition = "2021" description = "An experimental drop-in replacement for GNU sed, written in Rust" license = "MIT" +readme = "../README.md" repository = "https://github.com/vyavdoshenko/red" keywords = ["sed", "text-processing", "cli", "unix"] categories = ["command-line-utilities", "text-processing"]