22 lines
729 B
TOML
22 lines
729 B
TOML
[package]
|
|
name = "roblox_emulator"
|
|
version = "0.4.7"
|
|
edition = "2021"
|
|
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>"]
|
|
|
|
[features]
|
|
default=["run-service"]
|
|
run-service=[]
|
|
|
|
[dependencies]
|
|
glam = "0.29.0"
|
|
mlua = { version = "0.10.0-beta", features = ["luau"] }
|
|
phf = { version = "0.11.2", features = ["macros"] }
|
|
rbx_dom_weak = { version = "2.7.0", registry = "strafesnet" }
|
|
rbx_reflection = { version = "4.7.0", registry = "strafesnet" }
|
|
rbx_reflection_database = { version = "0.2.10", registry = "strafesnet" }
|
|
rbx_types = { version = "1.10.0", registry = "strafesnet" }
|