diff options
| author | PROINT <> | 2026-07-20 16:24:05 +0900 |
|---|---|---|
| committer | PROINT <> | 2026-07-20 16:24:05 +0900 |
| commit | 8fb895991c8988e21273cc5092f39f28382b777c (patch) | |
| tree | b8392d349ccda196a2cf6cd7d914547f0cf29f8e /Cargo.toml | |
Added types for ledger
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
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" |
