Initial Commit
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
commit
9ff1cf1bac
12 changed files with 615 additions and 0 deletions
17
crates/tytix-core/Cargo.toml
Normal file
17
crates/tytix-core/Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[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]
|
||||
|
||||
[dev-dependencies]
|
||||
Loading…
Add table
Add a link
Reference in a new issue