From cfa44907065eb10e3b990506881b30c5891f0af2 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sun, 7 Dec 2025 14:25:35 -0500 Subject: First commit --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3