Fix category in mlua-luau-scheduler

This commit is contained in:
Filip Tibell 2025-04-25 16:26:13 +02:00
parent 98e68629c9
commit c3f483b3dd
No known key found for this signature in database

View file

@ -7,7 +7,7 @@ repository = "https://github.com/lune-org/lune"
description = "Luau-based async scheduler, using mlua and async-executor"
readme = "README.md"
keywords = ["async", "luau", "scheduler"]
categories = ["async"]
categories = ["asynchronous"]
[lib]
path = "src/lib.rs"