ocy-core 0.2.1

Core package for ocy project cleaner CLI
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 = "ocy-core"
version = "0.2.1"
authors = ["Alexandre Delattre <alexandre.delattre.biz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core package for ocy project cleaner CLI"
readme = false
license = "MIT OR Apache-2.0"

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

[dependencies.eyre]
version = "0.6"

[dependencies.glob]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tempfile]
version = "3"