Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .turbo
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ url = "2.5"
regress = "0.10"
include_dir = "0.7"
base64 = "0.22"
globset = "0.4"
mime_guess = "2.0"

# Code generation (build deps)
typify = "0.4"
Expand Down
1 change: 1 addition & 0 deletions dist
1 change: 1 addition & 0 deletions node_modules
2 changes: 2 additions & 0 deletions server/packages/sandbox-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ tracing-logfmt.workspace = true
tracing-subscriber.workspace = true
include_dir.workspace = true
base64.workspace = true
globset.workspace = true
mime_guess.workspace = true
tempfile = { workspace = true, optional = true }

[target.'cfg(unix)'.dependencies]
Expand Down
Loading
Loading