summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/cargo-fmt/source/workspaces/path-dep-above/e/Cargo.toml
blob: eaf1d76f999d426ceea1604c670c0a8883aa4b01 (plain)
1
2
3
4
5
6
7
8
[package]
name = "e"
version = "0.1.0"
edition = "2018"
[dependencies]
c = { path = "../ws/c" }

[workspace]