zed/crates/shell_command_parser/Cargo.toml
Richard Feldman 415b558868
Extract shell_command_parser into shared crate (#48660)
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
2026-02-09 08:56:21 -05:00

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]