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