mirror of
https://github.com/CloudNebulaProject/refraction-forger.git
synced 2026-04-10 21:30:40 +00:00
23 lines
582 B
TOML
23 lines
582 B
TOML
|
|
[package]
|
||
|
|
name = "forge-engine"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition.workspace = true
|
||
|
|
rust-version.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
spec-parser = { workspace = true }
|
||
|
|
forge-oci = { workspace = true }
|
||
|
|
miette = { workspace = true }
|
||
|
|
thiserror = { workspace = true }
|
||
|
|
serde = { workspace = true }
|
||
|
|
serde_json = { workspace = true }
|
||
|
|
tokio = { workspace = true }
|
||
|
|
tracing = { workspace = true }
|
||
|
|
tempfile = { workspace = true }
|
||
|
|
walkdir = { workspace = true }
|
||
|
|
bytesize = { workspace = true }
|
||
|
|
tar = { workspace = true }
|
||
|
|
flate2 = { workspace = true }
|
||
|
|
sha2 = { workspace = true }
|
||
|
|
hex = { workspace = true }
|