feat: добавить скрипты для инициализации тестовых данных и настройки окружения
Some checks failed
Test / cargo test (push) Failing after 58s

This commit is contained in:
2026-02-09 22:39:12 +00:00
parent a7dd18fa1d
commit 828106ba81
6 changed files with 261 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[workspace]
resolver = "3"
members = ["crates/*"]
[profile.release]
codegen-units = 1
lto = true
strip = true