mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 13:20:41 +00:00
11 lines
296 B
TOML
11 lines
296 B
TOML
[package]
|
|
name = "ciadm"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
clap = { version = "4", features = ["derive", "env"] }
|
|
miette = { version = "7", features = ["fancy"] }
|
|
tracing = "0.1"
|
|
common = { path = "../common" }
|
|
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|