12 lines
195 B
TOML
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"
|