Add license text

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2025-11-05 09:41:43 +01:00
parent edc076efdd
commit d1ad9bac7f
4 changed files with 292 additions and 4 deletions

View file

@ -5,10 +5,8 @@ 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 = []
repository.workspace = true
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -1,5 +1,7 @@
[package]
name = "tytix"
license.workspace = true
repository.workspace = true
version.workspace = true
edition.workspace = true
authors.workspace = true