2025-01-27 19:52:57 -05:00
|
|
|
[package]
|
2025-05-24 13:42:53 -04:00
|
|
|
name = "cdn"
|
2025-04-02 20:59:52 -04:00
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
repository.workspace = true
|
2025-05-24 13:42:53 -04:00
|
|
|
license.workspace = true
|
2025-04-02 20:59:52 -04:00
|
|
|
authors.workspace = true
|
2025-05-24 13:42:53 -04:00
|
|
|
readme.workspace = true
|
2025-01-27 19:52:57 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-05-24 13:42:53 -04:00
|
|
|
actix-web.workspace = true
|
|
|
|
|
actix-files.workspace = true
|
2025-04-02 20:59:52 -04:00
|
|
|
clap.workspace = true
|
2025-05-24 16:21:45 -04:00
|
|
|
log.workspace = true
|
|
|
|
|
env_logger.workspace = true
|