ci/woodpecker/push/tests Pipeline was successful
limit tool result to open router tool response (with truncated info for ai) Hard kill if graceful shutdown is too long
20 lines
406 B
TOML
20 lines
406 B
TOML
[package]
|
|
name = "devcontainer-rs"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
bollard = "0.21"
|
|
bytes = { workspace = true }
|
|
futures-util = { workspace = true }
|
|
tar = "0.4"
|
|
tokio = { workspace = true }
|
|
tokio-stream = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|