a32cff333d
It's a good idea to distinguish between absolute and relative paths at the type level, to avoid accidental dependency on the cwd, which really shouldn't matter for rust-analyzer service
9 lines
122 B
TOML
9 lines
122 B
TOML
[package]
|
|
name = "paths"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
doctest = false
|