Skip to content
Cargo.toml 836 B
Newer Older
theMackabu's avatar
theMackabu committed
[package]
name = "exact-maid"
theMackabu's avatar
theMackabu committed
version = "0.6.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]
# local
pretty_number = { package = "pretty_number", path = "./crates/pretty_number", version = "0.1.0" }

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
merge-struct = "0.1.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"] }
theMackabu's avatar
theMackabu committed
notify = "5.1.0"
notify-debouncer-mini = "0.2.1"
merkle_hash = "3.5.0"
data-encoding = "2.3.3"