From 8fb895991c8988e21273cc5092f39f28382b777c Mon Sep 17 00:00:00 2001 From: PROINT <> Date: Mon, 20 Jul 2026 16:24:05 +0900 Subject: Added types for ledger --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..955c36e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "ggb" +version = "0.1.0" +edition = "2024" + +[dependencies] +chrono = "0.4.45" -- cgit v1.3