mox/Cargo.toml

13 lines
243 B
TOML
Raw Normal View History

2024-05-02 11:30:50 -07:00
[package]
name = "mox"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-05-03 11:14:50 -07:00
clap = "4.5.4"
peekmore = "1.3.0"
2024-05-03 11:14:50 -07:00
strum = "0.26"
strum_macros = "0.26"