steel decimal needs readme before being published to the crates io

This commit is contained in:
filipriec
2025-07-07 18:08:45 +02:00
parent 1770292fd8
commit 6c31d48f3b
2 changed files with 6 additions and 6 deletions

2
Cargo.lock generated
View File

@@ -3572,7 +3572,7 @@ dependencies = [
[[package]] [[package]]
name = "steel_decimal" name = "steel_decimal"
version = "0.3.13" version = "1.0.0"
dependencies = [ dependencies = [
"regex", "regex",
"rstest", "rstest",

View File

@@ -1,13 +1,13 @@
[package] [package]
name = "steel_decimal" name = "steel_decimal"
version.workspace = true version = "1.0.0"
edition.workspace = true edition.workspace = true
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
authors.workspace = true authors.workspace = true
description.workspace = true description = "High-precision decimal arithmetic for Steel programming language"
readme.workspace = true readme = "README.md"
repository.workspace = true categories = ["science", "financial", "scripting"]
categories.workspace = true keywords = ["decimal", "steel", "accounting", "precision"]
[dependencies] [dependencies]
steel-derive = { git = "https://github.com/mattwparas/steel.git", branch = "master", package = "steel-derive" } steel-derive = { git = "https://github.com/mattwparas/steel.git", branch = "master", package = "steel-derive" }