This commit is contained in:
2025-04-22 07:50:03 +04:00
parent 6443c6b647
commit d75de1e73c
20 changed files with 1007 additions and 640 deletions

11
heromodels/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "heromodels"
version = "0.1.0"
edition = "2021"
description = "A library for hero models with base model trait implementation"
authors = ["Your Name <your.email@example.com>"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
bincode = "1.3"
chrono = { version = "0.4", features = ["serde"] }