Initial implementation - still very much WIP
This commit is contained in:
parent
a544050b22
commit
90c3246f3e
8 changed files with 4159 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"] }
|
||||
Loading…
Reference in a new issue