steel decimal needs readme before being published to the crates io
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -3572,7 +3572,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "steel_decimal"
|
||||
version = "0.3.13"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"regex",
|
||||
"rstest",
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user