mirror of
https://github.com/CloudNebulaProject/refraction-forger.git
synced 2026-04-10 13:20:40 +00:00
25 lines
605 B
TOML
25 lines
605 B
TOML
|
|
[package]
|
||
|
|
name = "forge-builder"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition.workspace = true
|
||
|
|
rust-version.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
spec-parser = { workspace = true }
|
||
|
|
vm-manager = { workspace = true }
|
||
|
|
miette = { workspace = true }
|
||
|
|
thiserror = { workspace = true }
|
||
|
|
tokio = { workspace = true }
|
||
|
|
tracing = { workspace = true }
|
||
|
|
reqwest = { workspace = true }
|
||
|
|
ssh2 = { workspace = true }
|
||
|
|
ssh-key = { workspace = true }
|
||
|
|
libc = { workspace = true }
|
||
|
|
dirs = { workspace = true }
|
||
|
|
tempfile = { workspace = true }
|
||
|
|
serde_json = { workspace = true }
|
||
|
|
tar = { workspace = true }
|
||
|
|
|
||
|
|
[dev-dependencies]
|
||
|
|
tempfile = { workspace = true }
|