feat: initial bottom text generation

This commit is contained in:
aria 2025-07-14 22:49:41 +10:00
commit 03773647cc
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
5 changed files with 376 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "naomi-chain"
version = "0.1.0"
edition = "2024"
[dependencies]
markov = "1.1.0"