swactor/Cargo.toml
Zachery Aaron Shores-Chmielewski 831b208506 stash: rewrite wip
Added some scaffolding.
2026-01-22 20:21:55 +07:00

10 lines
144 B
TOML

[package]
name = "swactor"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
crossbeam-queue = "0.3.12"