rust-analyzer/crates/paths/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
457 B
TOML
Raw Normal View History

[package]
name = "paths"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
description = "Path wrappers for absolute and relative paths."
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[lib]
doctest = false
[dependencies]
2024-03-19 12:05:50 +00:00
camino.workspace = true
2024-08-03 17:16:56 +00:00
serde = { workspace = true, optional = true }
2024-03-19 12:05:50 +00:00
[features]
2024-08-03 17:16:56 +00:00
serde1 = ["camino/serde1", "dep:serde"]
2024-03-19 12:05:50 +00:00
[lints]
2024-03-19 12:05:50 +00:00
workspace = true