Initial public version

This commit is contained in:
Filip Tibell 2024-02-16 20:14:44 +01:00
parent 0207da50ae
commit 139431f94e
No known key found for this signature in database
3 changed files with 15 additions and 2 deletions

13
CHANGELOG.md Normal file
View file

@ -0,0 +1,13 @@
<!-- markdownlint-disable MD023 -->
<!-- markdownlint-disable MD033 -->
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## `0.0.1` - February 16th, 2024
Initial release

2
Cargo.lock generated
View file

@ -372,7 +372,7 @@ dependencies = [
[[package]] [[package]]
name = "mlua-luau-scheduler" name = "mlua-luau-scheduler"
version = "0.0.0" version = "0.0.1"
dependencies = [ dependencies = [
"async-executor", "async-executor",
"async-fs", "async-fs",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "mlua-luau-scheduler" name = "mlua-luau-scheduler"
version = "0.0.0" version = "0.0.1"
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
repository = "https://github.com/lune-org/mlua-luau-scheduler" repository = "https://github.com/lune-org/mlua-luau-scheduler"