summaryrefslogtreecommitdiff
path: root/spec/fixtures/rust/cargo/dev-dependencies/Cargo.toml
blob: 7adf447a6729cdd26e40e396225e0cd500fcc0eb (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "dev-dependencies"
version = "0.1.0"
authors = ["example <tanuki@example.com>"]
edition = "2018"

[dependencies]
diesel = "1.4.5"

[dev-dependencies]
pretty_assertions = "0.4.0"