This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
rhaj/_archive/talk/Cargo.toml
2025-06-03 21:47:36 +03:00

15 lines
344 B
TOML

[package]
name = "talk"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = "4.4.0"
actix-files = "0.6.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rhai = "1.18.0"
heromodels = { path = "../../db/heromodels" }
rhai_wrapper = { path = "../rhai_wrapper" }
chrono = { version = "0.4", features = ["serde"] }