rust/tests/cargo-fmt/source/divergent-crate-dir-names/Cargo.toml

13 lines
185 B
TOML
Raw Normal View History

[package]
name = "cargo-fmt-test"
version = "0.1.0"
authors = ["calebcartwright"]
edition = "2018"
[dependencies]
indexmap = "1.0.2"
[workspace]
members = [
"dependency-dir-name",
]