swactor/Cargo.toml
Zachery Aaron Shores-Chmielewski 88121780ce init
Skeletal actor framework. Somewhat unweildy, needs a message box, a better runtime, and different channels. However, hello world example works


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2025-11-24 19:39:17 -05:00

11 lines
199 B
TOML

[package]
name = "swactor"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
tokio = { version = "1.48.0", features = ["rt", "macros"] }
tokio-util = "0.7.17"