integrations/Cargo.toml

19 lines
266 B
TOML
Raw Normal View History

2026-03-24 14:24:30 +01:00
[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"