Skip to content
Cargo.toml 634 B
Newer Older
theMackabu's avatar
theMackabu committed
[package]
name = "exact-maid"
theMackabu's avatar
theMackabu committed
version = "0.5.0"
theMackabu's avatar
theMackabu committed
edition = "2021"
license = "MIT"
repository = "https://github.com/exact-rs/maid"
theMackabu's avatar
theMackabu committed
description = "🔨 An easy to use make alternative."
theMackabu's avatar
theMackabu committed

[dependencies]
theMackabu's avatar
theMackabu committed
toml = "0.5.11"
inquire = "0.5.3"
colored = "2.0.0"
theMackabu's avatar
theMackabu committed
macros-rs = "0.3.4"
theMackabu's avatar
theMackabu committed
env_logger = "0.10.0"
theMackabu's avatar
theMackabu committed
serde_derive = "1.0.152"
theMackabu's avatar
theMackabu committed
strip-ansi-escapes = "0.1.1"
theMackabu's avatar
theMackabu committed
clap = { version = "4.1.1", features = ["derive"] }
merge-struct = "0.1.0"