From 0f385212961222164d71858cf0d3e8ba83d152b0 Mon Sep 17 00:00:00 2001 From: Gregory Conrad Date: Sat, 27 Sep 2025 14:30:30 -0400 Subject: [PATCH] docs: update package description --- pubspec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index c1d2858..60a4989 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,7 @@ name: native_toolchain_rs -description: Rust support for Dart's Native Assets +description: > + Rust support for Dart's Native Assets. + Automatically builds and bundles your Rust code with your Dart code! version: 0.1.0 homepage: https://github.com/GregoryConrad/native_toolchain_rs repository: https://github.com/GregoryConrad/native_toolchain_rs