mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-31 08:02:56 +00:00
Add initial data structure for dist-manifest.json
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
ce5b3dbb9a
commit
3b8b4b940f
4 changed files with 59 additions and 1 deletions
|
@ -24,6 +24,7 @@ leon-macros = { version = "1.0.0", path = "../leon-macros" }
|
|||
miette = "5.9.0"
|
||||
minisign-verify = "0.2.1"
|
||||
once_cell = "1.18.0"
|
||||
serde = { version = "1.0.163", optional = true }
|
||||
strum = "0.25.0"
|
||||
thiserror = "1.0.52"
|
||||
tokio = { version = "1.35.0", features = ["rt", "sync"], default-features = false }
|
||||
|
@ -35,7 +36,7 @@ binstalk-downloader = { version = "0.9.6", path = "../binstalk-downloader" }
|
|||
|
||||
[features]
|
||||
quickinstall = []
|
||||
dist-manifest = ["dep:cargo-dist-schema"]
|
||||
dist-manifest = ["dep:cargo-dist-schema", "dep:serde"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue