20 lines
462 B
TOML
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"
|