15 lines
308 B
TOML
15 lines
308 B
TOML
|
|
[package]
|
||
|
|
name = "provctl-core"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
authors.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
description = "Core types and errors for provctl service management"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
thiserror.workspace = true
|
||
|
|
serde.workspace = true
|
||
|
|
log.workspace = true
|
||
|
|
|
||
|
|
[dev-dependencies]
|