[package] name = "msr-plugin-csv-event-journal" description = "Industrial Automation Toolbox - CSV Event Journal Plugin" homepage.workspace = true repository.workspace = true license.workspace = true edition.workspace = true version.workspace = true rust-version.workspace = true [dependencies] anyhow = "1.0.72" log = "0.4.19" thiserror = "1.0.44" tokio = { version = "1.29.1", default-features = false, features = ["rt-multi-thread", "sync"] } # Workspace dependencies msr-core = { version = "=0.3.6", features = ["csv-event-journal"] } msr-plugin = "=0.3.6"