Files
zed/crates/shell_parser/Cargo.toml
2025-03-19 22:19:16 -04:00

17 lines
246 B
TOML

[package]
name = "shell_parser"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/shell_parser.rs"
doctest = false
[dependencies]
shlex.workspace = true