...
This commit is contained in:
11
heromodels/Cargo.toml
Normal file
11
heromodels/Cargo.toml
Normal 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"] }
|
Reference in New Issue
Block a user