| 1 | [package] |
| 2 | name = "tyess" |
| 3 | version = "0.1.0" |
| 4 | compiler = "0.15.0" |
| 5 | entrypoint = "lib.typ" |
| 6 | repository = "https://github.com/olexsmir/tyess" |
| 7 | authors = ["olexsmir"] |
| 8 | license = "MIT" |
| 9 | description = "Chess" |
| 10 | keywords = ["game", "fun", "chess"] |
| 11 | categories = ["fun"] |
| 12 | |
| 13 | [template] |
| 14 | path = "template" |
| 15 | entrypoint = "main.typ" |