fabrica

hanna/fabrica

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