move to a separate crate

This commit is contained in:
Aleksandr 2025-07-08 00:12:15 +03:00
parent dc7b1d1f41
commit 209b7de035
12 changed files with 251 additions and 88 deletions

6
utils/Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "eva-utils"
version = "0.1.0"
edition = "2024"
[dependencies]