mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 05:25:18 +00:00
Move shell command parsing logic (`extract_commands` and supporting code) from the agent crate into a new `shell_command_parser` crate so it can be reused by `agent_servers` for ACP permission checking. Release Notes: - N/A
17 lines
273 B
TOML
17 lines
273 B
TOML
[package]
|
|
name = "shell_command_parser"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/shell_command_parser.rs"
|
|
|
|
[dependencies]
|
|
brush-parser.workspace = true
|
|
|
|
[dev-dependencies]
|