cargo-specification
cargo-specification copied to clipboard
feature request: absolute path
I should be able to specify path like that:
thing = "@/some/path/to/file.rs"
instead of
thing = "../../../../some/path/to/file.rs"