summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/cargo-fmt/source/divergent-crate-dir-names/Cargo.toml
blob: 315364a64573a9c8b62d43ef098c3e1e274f3a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cargo-fmt-test"
version = "0.1.0"
authors = ["calebcartwright"]
edition = "2018"

[dependencies]
indexmap = "1.0.2"

[workspace]
members = [
  "dependency-dir-name",
]