| 1 | [package] |
| 2 | name = "mirror" |
| 3 | description = "Repository mirror sync: periodic push/pull to and from remotes." |
| 4 | version.workspace = true |
| 5 | edition.workspace = true |
| 6 | rust-version.workspace = true |
| 7 | license.workspace = true |
| 8 | authors.workspace = true |
| 9 | repository.workspace = true |
| 10 | publish.workspace = true |
| 11 | |
| 12 | [dependencies] |
| 13 | config = { workspace = true } |
| 14 | store = { workspace = true } |
| 15 | git = { workspace = true } |
| 16 | tokio = { workspace = true } |
| 17 | tracing = { workspace = true } |
| 18 | |
| 19 | [lints] |
| 20 | workspace = true |