tytix/crates/tytix-core/Cargo.toml
Marcel Müller f3f816acd9 Make everything async
Signed-off-by: Marcel Müller <neikos@neikos.email>
2025-11-04 09:42:03 +01:00

20 lines
462 B
TOML

[package]
name = "tytix-core"
version.workspace = true
edition.workspace = true
authors.workspace = true
description = "A clear and simple to use actor framework"
repository = "https://github.com/TheNeikos/tytix"
license = "EUPL-1.2"
keywords = []
categories = []
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
[dev-dependencies]
macro_rules_attribute = "0.2"
smol-macros = "0.1"