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>
11 lines
199 B
TOML
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"
|