Bruno BELANYI
c17a70bb39
Instead of implementing custom fixed-point decimal numbers, let's make use of an existing implementation until it is deemed inappropriate.
10 lines
192 B
TOML
10 lines
192 B
TOML
[package]
|
|
name = "processor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
fpdec = "0.5"
|