[package] name = "bat-ffi" version.workspace = true edition.workspace = true authors.workspace = true license.workspace = true [lib] crate-type = ["cdylib", "staticlib"] [dependencies] bat-adapters = { path = "../../adapters" } bat-infrastructure = { path = "../../infrastructure" } serde.workspace = true serde_json.workspace = true tokio.workspace = true