[package] name = "integrations" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" publish = false [lib] path = "rust/lib.rs" [[bin]] name = "integrations" path = "rust/main.rs" [dependencies] ctor = "0.2" tracing = "0.1" tracing-subscriber = "0.3"