crate rename

This commit is contained in:
2025-07-18 21:33:13 +01:00
parent 9eabb7cdbf
commit 2a0b7a34f0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -15,7 +15,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "calc-math"
name = "core-decimal-calc"
version = "0.1.0"
dependencies = [
"arrayvec",

View File

@@ -1,5 +1,5 @@
[package]
name = "calc-math"
name = "core-decimal-calc"
version = "0.1.0"
edition = "2021"