Initial implementation - still very much WIP

This commit is contained in:
Jerry Starke 2026-06-06 03:10:50 +02:00
commit 90c3246f3e
8 changed files with 4159 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "ikamaki"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4"
clap = { version = "4.6", features = ["derive"] }
rand = "0.10"
roead = { version = "1.0", default-features = false, features = ["byml", "yaml"] }