0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +00:00
renovatebot_renovate/lib/modules/manager/cargo/__fixtures__/Cargo.3.toml
Rhys Arkins dca3418bbd refactor: lib/modules (#14488)
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/

BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
2022-03-04 09:04:02 +01:00

13 lines
653 B
TOML

[package]
name = "inline-tables-example"
version = "0.1.2"
[dependencies]
pcap-sys = { version = "0.1", path = "pcap-sys" }
pnet = { version = "0.21.0", optional = true, default-features = false}
dep1 = {optional=true,path="./foo/bar",default-features = true, version="1.2"}
dep2 ={ optional=false, path="./foo/bar", default-features= true, version ="3.4"}
dep3 ={ version= "~12.3.1", default-features= true, path ="./foo/bar"}
dep4 = { version = "INVALID 3.3.1 VERSION" }
dep5 = { brk = { x = 1, y = 2, z = 3 }, version = "3.2.1", foo = { bar = '3.2', baz = '3' } }
dep6 = { vesion = "1.2.3" } # Intentional typo