diff --git a/Cargo.toml b/Cargo.toml index c9015c5..a4af910 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "shimforge" version = "0.1.0" edition = "2024" rust-version = "1.85" -description = "Scoped function replacement for Rust tests on Windows, Linux, and macOS (x86-64 and ARM64)" +description = "Test Rust code without test-only traits or changes to production code." license = "PolyForm-Small-Business-1.0.0 OR PolyForm-Noncommercial-1.0.0" repository = "https://github.com/XTSoftwareLabs/shimforge" readme = "README.md" diff --git a/README.md b/README.md index 9767085..2ceb283 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![License: PolyForm](https://img.shields.io/badge/license-PolyForm-blue.svg)](#licensing) [![Rust 1.85+](https://img.shields.io/badge/rust-1.85%2B-orange.svg)](https://github.com/XTSoftwareLabs/shimforge/blob/main/Cargo.toml) -Write unit tests without adding a test only trait or changing the existing production code. +Test Rust code without test-only traits or changes to production code. ## Why shimforge