asmov-common-tooling 0.0.2

Cross-platform system utilities
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.filetime]
version = "0.2"

[dependencies.tar]
version = "0.4"

[dependencies.uu_touch]
version = "0.0.30"

[dev-dependencies.asmov-common-testing]
features = []
version = "3"

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

[package]
authors = ["Asmov LLC <development.pub@asmov.software>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "Cross-platform system utilities"
edition = "2024"
homepage = "https://asmov.software"
keywords = ["asmov", "common"]
license = "AGPL-3.0-or-later"
name = "asmov-common-tooling"
readme = "README.md"
repository = "https://github.com/asmov/common"
resolver = "2"
version = "0.0.2"

[[test]]
name = "usage"
path = "tests/usage.rs"

[[test]]
name = "uu_touch"
path = "tests/uu_touch.rs"