mirror of
https://github.com/zed-industries/zed.git
synced 2026-08-19 05:54:29 +00:00
23 lines
354 B
TOML
23 lines
354 B
TOML
[package]
|
|
name = "path"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "Apache-2.0"
|
|
|
|
[lib]
|
|
path = "src/path.rs"
|
|
|
|
[features]
|
|
test-support = []
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
dunce.workspace = true
|
|
serde = { workspace = true, optional = true }
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|