moon_project 2.0.2

A project in moon.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "moon_project"
version = "2.0.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A project in moon."
homepage = "https://moonrepo.dev/moon"
readme = false
license = "MIT"
repository = "https://github.com/moonrepo/moon"

[lib]
name = "moon_project"
path = "src/lib.rs"

[dependencies.miette]
version = "7.6.0"

[dependencies.moon_common]
version = "2.0.2"

[dependencies.moon_config]
version = "2.0.6"

[dependencies.moon_file_group]
version = "2.0.1"

[dependencies.moon_task]
version = "2.0.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[lints.clippy]
assigning_clones = "allow"