Applied copyright headers

This commit is contained in:
2023-05-13 00:42:57 +02:00
parent 23cd7bca8d
commit 1e21a8e226
22 changed files with 1540 additions and 37 deletions

View File

@@ -22,4 +22,5 @@ futures = "0.3.28"
tokio-stream = { version = "0.1.14", features = ["sync"] }
rand = "0.8.5"
base64 = "0.21.0"
lazy_static = "1.4.0"
lazy_static = "1.4.0"
rust-embed = { version = "6.6.1", features = ["interpolate-folder-path"] }