Add license text
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
edc076efdd
commit
d1ad9bac7f
4 changed files with 292 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
[package]
|
||||
name = "tytix"
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue