Files
moshy-rust/Cargo.toml
Dmytro Stanchiev d10efaff7b fix config parsing
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
2025-10-31 11:45:34 -04:00

13 lines
173 B
TOML

[package]
name = "moshy"
version = "0.1.1"
edition = "2024"
[dependencies]
clap = "3.0"
env_logger = "0.9"
log = "0.4"
rand = "0.8"
rust-ini = "0.21.3"
shell-words = "1.1"