renovate/lib/modules/manager/cargo/__fixtures__/Cargo.6.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

11 lines
275 B
TOML

[package]
name = "renovate-test"
version = "0.1.0"
authors = ["John Doe <john.doe@example.org>"]
edition = "2018"
[dependencies]
proprietary-crate = { version = "0.1.0", registry = "private-crates" }
mcorbin-test = { version = "3.0.0", registry = "mcorbin" }
tokio = "0.2"