arcbox-computer 0.6.8

Agent-computer domain layer for ArcBox: transport-free sandbox protocols
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "arcbox-computer"
description = "Agent-computer domain layer for ArcBox: transport-free sandbox protocols"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true

[dependencies]
arcbox-connect = { workspace = true }
arcbox-engine = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }

[lints]
workspace = true