mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
23 lines
441 B
TOML
23 lines
441 B
TOML
[package]
|
|
name = "paths"
|
|
version = "0.0.0"
|
|
repository.workspace = true
|
|
description = "Path wrappers for absolute and relative paths rust-analyzer."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
camino.workspace = true
|
|
serde = { workspace = true, optional = true }
|
|
|
|
[features]
|
|
serde1 = ["camino/serde1", "dep:serde"]
|
|
|
|
[lints]
|
|
workspace = true
|