tytix/crates/tytix-core/Cargo.toml
Marcel Müller d1ad9bac7f Add license text
Signed-off-by: Marcel Müller <neikos@neikos.email>
2025-11-05 09:44:02 +01:00

18 lines
414 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.workspace = true
license.workspace = true
# 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"