Upload files to "futriix-cli"

This commit is contained in:
Григорий Сафронов 2025-08-02 14:46:36 +00:00
parent c3761e6ea4
commit 02bac48110
2 changed files with 2344 additions and 0 deletions

2338
futriix-cli/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

6
futriix-cli/Cargo.toml Normal file
View File

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