mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 21:48:32 +00:00
10 lines
145 B
TOML
10 lines
145 B
TOML
[package]
|
|
name = "renovate-test"
|
|
version = "0.1.0"
|
|
authors = ["John Doe <john.doe@example.org>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tokio = "0.2"
|
|
|