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"
|
2025-05-03 15:31:13 +09:00
|
|
|
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
|