progress-pile/dpts-config/Cargo.toml

24 lines
457 B
TOML
Raw Normal View History

2025-05-02 08:57:43 +09:00
[package]
name = "dpts-config"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[features]
default = ["client", "server"]
client = []
server = []
2025-05-03 11:17:38 +09:00
test = []
2025-05-02 08:57:43 +09:00
[dependencies]
2025-05-03 11:17:38 +09:00
chrono-tz.workspace = true
2025-05-02 08:57:43 +09:00
dpts-entity.workspace = true
dpts-error.workspace = true
2025-05-03 11:17:38 +09:00
iana-time-zone = "0.1.63"
sea-orm.workspace = true
2025-05-02 08:57:43 +09:00
serde.workspace = true
2025-05-03 11:17:38 +09:00
thiserror.workspace = true
2025-05-02 08:57:43 +09:00
tokio.workspace = true
toml.workspace = true