trash-cli-core 0.1.0

Shared Rust foundation for trash-cli command migration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "trash-cli-core"
version = "0.1.0"
edition = "2021"
description = "Shared Rust foundation for trash-cli command migration"
license = "GPL-3.0-or-later"
exclude = ["PROJECT-wtrees/", ".kittify/", ".github/", "kitty-specs/", "docs/", "tests/", "AGENTS.md", ".claudeignore", ".coderabbit.yaml", ".gemini/", "conftest.py", "*.py", "*.rst", "*.txt", "*.cfg", "*.ini", "Vagrantfile", "trash-*", "trashcli/"]

[dependencies]
chrono = "0.4"
thiserror = "1.0"