Files
Stalwart/crates/se-common/Cargo.toml
mdecimus dacd8b384e v0.8.3
2024-06-30 09:46:30 +02:00

14 lines
197 B
TOML

[package]
name = "se_common"
version = "0.8.3"
edition = "2021"
license = "LicenseRef-SEL"
resolver = "2"
[dependencies]
common = { path = "../common" }
tracing = "0.1"
[features]
test_mode = []