diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-07 14:25:35 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-07 14:25:35 -0500 |
| commit | cfa44907065eb10e3b990506881b30c5891f0af2 (patch) | |
| tree | 90e2b818376a01294c8cc96184171861035c7319 /Cargo.toml | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..b716b6d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "delsh" +version = "0.1.0" +edition = "2021" + +[dependencies] +rust_decimal = { version = "1", features=["maths"] } +snob = "0.1.0" |
