Skip to content
Cargo.toml 965 B
Newer Older
theMackabu's avatar
theMackabu committed
[workspace]
theMackabu's avatar
theMackabu committed
resolver = "2"
theMackabu's avatar
theMackabu committed
members = [
    "crates/maid/client",
    "crates/maid/server",
    "crates/packages/pretty_number",
theMackabu's avatar
theMackabu committed
    "crates/packages/global_placeholders",
theMackabu's avatar
theMackabu committed
    "crates/testing/exit_test",
]

[workspace.package]
theMackabu's avatar
theMackabu committed
version = "1.0.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
[workspace.dependencies]
# local
theMackabu's avatar
theMackabu committed
pretty_number = { package = "pretty_number", path = "./crates/packages/pretty_number", version = "0.1.0" }
theMackabu's avatar
theMackabu committed
global_placeholders = { package = "global_placeholders", path = "./crates/packages/global_placeholders", version = "0.1.0" }
theMackabu's avatar
theMackabu committed
# remote
theMackabu's avatar
theMackabu committed
url = "2.4.1"
theMackabu's avatar
theMackabu committed
log = "0.4.20"
tar = "0.4.40"
theMackabu's avatar
theMackabu committed
colored = "2.0.4"
flate2 = "1.0.28"
theMackabu's avatar
theMackabu committed
env_logger = "0.10.0"
theMackabu's avatar
theMackabu committed
clap-verbosity-flag = "2.0.1"
clap = { version = "4.4.6", features = ["derive"] }
uuid = { version = "1.4.1", features = ["v4", "fast-rng"] }
reqwest = { version = "0.11.22", features = ["json", "blocking"] }