mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-09-08 21:14:13 +08:00
17 lines
342 B
TOML
17 lines
342 B
TOML
[package]
|
|
name = "se_common"
|
|
version = "0.8.5"
|
|
edition = "2021"
|
|
license = "LicenseRef-SEL"
|
|
resolver = "2"
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
store = { path = "../store" }
|
|
utils = { path = "../utils" }
|
|
tracing = "0.1"
|
|
serde = { version = "1.0", features = ["derive"]}
|
|
|
|
[features]
|
|
test_mode = []
|
|
enterprise = ["common/enterprise"]
|