bv-runtime 0.1.4

Container runtime trait and Docker implementation for biov
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bv-runtime"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Container runtime trait and Docker implementation for biov"

[dependencies]
bv-core = { version = "0.1.0", path = "../bv-core" }
serde = { version = "1.0.228", features = ["derive"] }
thiserror = "2.0.18"