Upload files to "/"

This commit is contained in:
Григорий Сафронов 2025-06-14 21:09:16 +00:00
parent 88a4b6b709
commit d8aa44ace1
4 changed files with 1029 additions and 0 deletions

1013
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

6
Cargo.toml Normal file
View File

@ -0,0 +1,6 @@
[workspace]
resolver = "2" # Резолвер "3" для полного соответствия edition 2024
members = [
"futriix-server",
"futriix-cli",
]

8
futriix.config.toml Normal file
View File

@ -0,0 +1,8 @@
[server]
ip = "127.0.0.1"
port = 8080
log_path = "futriix.log"
[client]
ip = "127.0.0.1"
port = 8080

2
futriix.log Normal file
View File

@ -0,0 +1,2 @@
11:29:49 [INFO] Futriix Server started successfully!
11:29:49 [INFO] Listening on: 127.0.0.1:8080