about summary refs log tree commit diff
path: root/pkgs/build-support/rust/test/import-cargo-lock/git-dependency-workspace-inheritance/want.toml
blob: ec1331455bece59da062577c977522b48dadd54f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "im_using_workspaces"
version = "1.0.0"
publish = false
keywords = [
    "workspace",
    "other_thing",
    "third_thing",
]

[dependencies]
bar = "1.0.0"

[dependencies.foo]
features = [
    "cat",
    "meow",
]
version = "1.0.0"