fix config parsing

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2025-10-31 11:39:21 -04:00
parent ed49f19868
commit d10efaff7b
3 changed files with 74 additions and 330 deletions

View File

@@ -1,12 +1,12 @@
[package]
name = "moshy"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
[dependencies]
clap = "3.0"
config = "0.13"
env_logger = "0.9"
log = "0.4"
rand = "0.8"
rust-ini = "0.21.3"
shell-words = "1.1"