integrations/Cargo.toml

21 lines
324 B
TOML
Raw Normal View History

2026-03-24 14:24:30 +01:00
[package]
name = "integrations"
version = "0.1.0"
edition = "2024"
2026-03-24 14:24:30 +01:00
license = "MIT OR Apache-2.0"
publish = false
[lib]
path = "rust/lib.rs"
crate-type = ["rlib", "staticlib"]
2026-03-24 14:24:30 +01:00
[[bin]]
name = "integrations"
path = "rust/main.rs"
[dependencies]
ctor = "0.6.3"
libloading = "0.9.0"
2026-03-24 14:24:30 +01:00
tracing = "0.1"
tracing-subscriber = "0.3"