mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Fix category in mlua-luau-scheduler
This commit is contained in:
parent
98e68629c9
commit
c3f483b3dd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ repository = "https://github.com/lune-org/lune"
|
||||||
description = "Luau-based async scheduler, using mlua and async-executor"
|
description = "Luau-based async scheduler, using mlua and async-executor"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["async", "luau", "scheduler"]
|
keywords = ["async", "luau", "scheduler"]
|
||||||
categories = ["async"]
|
categories = ["asynchronous"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
Loading…
Add table
Reference in a new issue