Initial commit

This commit is contained in:
2024-08-21 14:15:51 +02:00
commit fa4a5458c2
6 changed files with 2032 additions and 0 deletions

10
Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "hidden_server"
version = "0.1.0"
edition = "2021"
[dependencies]
log = "0.4.22"
env_logger = "0.11.5"
actix-web = "4"
rand = "0.9.0-alpha.2"