Development commit. Starting character systems and definitions.

This commit is contained in:
Cutieguwu
2024-12-03 08:37:25 -05:00
parent 1f231e2038
commit c41604b505
6 changed files with 450 additions and 76 deletions

View File

@@ -4,4 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
terminal_size = "0.4"
serde = {version = "1.0", features = ["derive"]}
rand = "0.8"
ron = "0.8"