1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Replace rc_static_data with general CDN implementation

This commit is contained in:
NG (Graham)
2025-05-24 13:42:53 -04:00
parent 4f0bcde7d8
commit e7de53929d
16 changed files with 553 additions and 141 deletions

13
cdn/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "cdn"
version.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
[dependencies]
actix-web.workspace = true
actix-files.workspace = true
clap.workspace = true