summaryrefslogtreecommitdiff
path: root/test-project/Cargo.toml
blob: 7e9bea9f70d6e76f9f7931807cd67476066a16b0 (plain)
1
2
3
4
5
6
7
8
9
10
# Dummy file needed for test.
#
# Needs to have at least a few fields set up, because
#
#   cargo locate-project --workspace
#
# will attempt to parse it and fail, if the file is empty.
[package]
name = "test-project"
version = "0.1.0"