2025-04-27 08:36:57 +09:00
|
|
|
[package]
|
2025-04-27 10:04:04 +09:00
|
|
|
name = "dpts-server"
|
|
|
|
version.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
repository.workspace = true
|
2025-04-27 08:36:57 +09:00
|
|
|
|
|
|
|
[dependencies]
|
2025-05-01 08:32:50 +09:00
|
|
|
dpts = {workspace = true}
|
2025-04-27 08:36:57 +09:00
|
|
|
chrono = {workspace = true}
|
2025-04-27 19:22:46 +09:00
|
|
|
clap = {workspace = true, features = ["derive"]}
|