roblox_emulator/Cargo.toml

22 lines
729 B
TOML
Raw Normal View History

2024-09-17 01:54:04 +00:00
[package]
name = "roblox_emulator"
2024-10-22 23:25:39 +00:00
version = "0.4.7"
2024-09-17 01:54:04 +00:00
edition = "2021"
2024-09-20 18:41:13 +00:00
repository = "https://git.itzana.me/StrafesNET/roblox_emulator"
license = "MIT OR Apache-2.0"
description = "Run embedded Luau scripts which manipulate the DOM."
authors = ["Rhys Lloyd <krakow20@gmail.com>"]
2024-09-17 01:54:04 +00:00
2024-10-17 03:26:59 +00:00
[features]
default=["run-service"]
run-service=[]
2024-09-17 01:54:04 +00:00
[dependencies]
2024-10-01 23:42:33 +00:00
glam = "0.29.0"
mlua = { version = "0.10.0-beta", features = ["luau"] }
phf = { version = "0.11.2", features = ["macros"] }
2024-09-17 01:54:04 +00:00
rbx_dom_weak = { version = "2.7.0", registry = "strafesnet" }
2024-09-19 01:46:38 +00:00
rbx_reflection = { version = "4.7.0", registry = "strafesnet" }
2024-09-17 01:54:04 +00:00
rbx_reflection_database = { version = "0.2.10", registry = "strafesnet" }
2024-09-19 01:46:38 +00:00
rbx_types = { version = "1.10.0", registry = "strafesnet" }