herolib_rust/packages/system/virt/Cargo.toml
2025-08-05 16:00:24 +02:00

25 lines
653 B
TOML

[package]
name = "sal-virt"
version = "0.1.0"
edition = "2021"
authors = ["PlanetFirst <info@incubaid.com>"]
description = "SAL Virt - Virtualization and containerization tools including Buildah, Nerdctl, and RFS"
repository = "https://git.threefold.info/herocode/sal"
license = "Apache-2.0"
[dependencies]
# Core dependencies
anyhow = { workspace = true }
tempfile = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
rhai = { workspace = true }
# SAL dependencies
sal-process = { workspace = true }
sal-os = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }
lazy_static = { workspace = true }