mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
27 lines
720 B
TOML
27 lines
720 B
TOML
[package]
|
|
name = "fabro-install"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
publish = false
|
|
license.workspace = true
|
|
description = "Shared install primitives for Fabro CLI and server flows"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
base64.workspace = true
|
|
ring = "0.17"
|
|
toml.workspace = true
|
|
tokio.workspace = true
|
|
fabro-config = { path = "../../foundation/fabro-config" }
|
|
fabro-db = { path = "../../foundation/fabro-db" }
|
|
fabro-environment.workspace = true
|
|
fabro-static.workspace = true
|
|
fabro-types = { path = "../../foundation/fabro-types" }
|
|
fabro-util = { path = "../../foundation/fabro-util" }
|
|
fabro-vault = { path = "../../foundation/fabro-vault" }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|