Cargo.toml
1 [package] 2 name = "acdc-config" 3 description = "Configuration generation for AC/DC" 4 version.workspace = true 5 edition.workspace = true 6 license.workspace = true 7 authors.workspace = true 8 repository.workspace = true 9 rust-version.workspace = true 10 11 [dependencies] 12 acdc-core = { workspace = true } 13 acdc-tui = { workspace = true } 14 serde = { workspace = true } 15 toml = { workspace = true } 16 tracing = { workspace = true }