rebox/shell/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

8 lines
126 B
TOML

[package]
name = "shell"
version = "0.1.0"
edition = "2024"
[dependencies]
boxutils.workspace = true
anyhow.workspace = true