rebox/coreutils/Cargo.toml
User0 0cd7b3af12
feat: do error handling with anyhow, slight refactor (#6)
Co-authored-by: user0-07161 <user0thenyancat@proton.me>
2025-09-14 20:42:10 +03:00

12 lines
195 B
TOML

[package]
name = "coreutils"
version = "0.1.0"
edition = "2024"
[dependencies]
boxutils.workspace = true
anyhow.workspace = true
# TODO: get rid of these
hostname = "0.4.0"
num_cpus = "1.16.0"