|
|
|
@@ -9,6 +9,9 @@ repository.workspace = true |
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
|
|
|
|
[features] |
|
|
|
build = ["dep:git2", "dep:url"] |
|
|
|
|
|
|
|
[dependencies] |
|
|
|
dora-message = { workspace = true } |
|
|
|
eyre = "0.6.8" |
|
|
|
@@ -24,6 +27,6 @@ schemars = "0.8.19" |
|
|
|
serde_json = "1.0.117" |
|
|
|
log = { version = "0.4.21", features = ["serde"] } |
|
|
|
dunce = "1.0.5" |
|
|
|
url = "2.5.4" |
|
|
|
git2 = { workspace = true } |
|
|
|
itertools = "0.14" |
|
|
|
url = { version = "2.5.4", optional = true } |
|
|
|
git2 = { workspace = true, optional = true } |