From 6c31d48f3b423eb0d4b1d2db1a18d433c99a87c2 Mon Sep 17 00:00:00 2001 From: filipriec Date: Mon, 7 Jul 2025 18:08:45 +0200 Subject: [PATCH] steel decimal needs readme before being published to the crates io --- Cargo.lock | 2 +- steel_decimal/Cargo.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7b2204..20d9d66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3572,7 +3572,7 @@ dependencies = [ [[package]] name = "steel_decimal" -version = "0.3.13" +version = "1.0.0" dependencies = [ "regex", "rstest", diff --git a/steel_decimal/Cargo.toml b/steel_decimal/Cargo.toml index 2039d76..f9e7ea0 100644 --- a/steel_decimal/Cargo.toml +++ b/steel_decimal/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "steel_decimal" -version.workspace = true +version = "1.0.0" edition.workspace = true license = "MIT OR Apache-2.0" authors.workspace = true -description.workspace = true -readme.workspace = true -repository.workspace = true -categories.workspace = true +description = "High-precision decimal arithmetic for Steel programming language" +readme = "README.md" +categories = ["science", "financial", "scripting"] +keywords = ["decimal", "steel", "accounting", "precision"] [dependencies] steel-derive = { git = "https://github.com/mattwparas/steel.git", branch = "master", package = "steel-derive" }