2023-04-26 08:36:37 -04:00
|
|
|
[package]
|
|
|
|
|
name = "bff-cli"
|
2023-12-25 10:44:14 -05:00
|
|
|
version.workspace = true
|
|
|
|
|
authors.workspace = true
|
2025-04-01 18:35:28 -04:00
|
|
|
license.workspace = true
|
2025-04-05 11:39:01 -04:00
|
|
|
repository.workspace = true
|
2023-12-25 10:44:14 -05:00
|
|
|
edition.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
2023-04-26 08:36:37 -04:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
bff = { path = "../bff" }
|
2026-02-22 19:28:07 -05:00
|
|
|
clap = { version = "4.5.60", features = ["derive"] }
|
2025-03-27 22:36:28 -04:00
|
|
|
derive_more = { version = "2.0.1", features = ["full"] }
|
2025-08-18 22:00:35 -04:00
|
|
|
indicatif = "0.18.0"
|
2026-02-22 00:05:01 -05:00
|
|
|
mimalloc = { version = "0.1.48", features = ["v3"] }
|
2023-10-21 16:28:21 -04:00
|
|
|
pathdiff = "0.2.1"
|
2025-04-20 14:01:24 -04:00
|
|
|
rayon = "1.10.0"
|
2026-08-22 18:13:30 -04:00
|
|
|
schemars = "1.2.2"
|
2023-05-26 13:29:35 -04:00
|
|
|
serde_json = "1.0.96"
|
2026-08-22 18:13:30 -04:00
|
|
|
shadow-rs = { version = "2.0.0", default-features = false }
|
2023-10-21 16:58:09 -04:00
|
|
|
|
|
|
|
|
[build-dependencies]
|
2026-08-22 18:13:30 -04:00
|
|
|
shadow-rs = { version = "2.0.0", default-features = false, features = ["build"] }
|
2023-12-25 09:52:25 -05:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|