mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
17 lines
514 B
TOML
17 lines
514 B
TOML
[package]
|
|
name = "deps-generator"
|
|
version = "0.0.0"
|
|
authors = ["Jake Robinson <jake@spacedrive.com>"]
|
|
description = "A tool to compile all Spacedrive dependencies and their respective licenses"
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.11.14", features = ["blocking"] }
|
|
clap = { version = "4.0.32", features = ["derive"] }
|
|
anyhow = "1.0.68"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
cargo_metadata = "0.15.3"
|