mirror of
https://github.com/marcoallegretti/karapace.git
synced 2026-03-27 14:03:09 +00:00
22 lines
559 B
TOML
22 lines
559 B
TOML
|
|
[package]
|
||
|
|
name = "karapace-runtime"
|
||
|
|
description = "Container runtime backends, image management, sandbox, and host integration for Karapace"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
repository.workspace = true
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|
||
|
|
thiserror.workspace = true
|
||
|
|
blake3.workspace = true
|
||
|
|
libc.workspace = true
|
||
|
|
tracing.workspace = true
|
||
|
|
tempfile.workspace = true
|
||
|
|
karapace-schema = { path = "../karapace-schema" }
|
||
|
|
karapace-store = { path = "../karapace-store" }
|