[package] name = "cardano-connect" version.workspace = true edition.workspace = true description.workspace = true # license.workspace = true // TBC authors.workspace = true repository.workspace = true homepage.workspace = true documentation.workspace = true rust-version.workspace = true [package.metadata.release] release = false [dependencies] anyhow = "1.0.100" cardano-tx-builder = { path = "../cardano-tx-builder" }