22 lines
642 B
TOML
22 lines
642 B
TOML
[package]
|
|
name = "roblox_emulator"
|
|
version = "0.5.1"
|
|
edition = "2024"
|
|
repository = "https://git.itzana.me/StrafesNET/strafe-project"
|
|
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.30.0"
|
|
mlua = { version = "0.10.1", features = ["luau"] }
|
|
phf = { version = "0.12.1", features = ["macros"] }
|
|
rbx_dom_weak = { version = "3.1.0-sn4", registry = "strafesnet", features = ["instance-userdata"] }
|
|
rbx_reflection = "5.0.0"
|
|
rbx_reflection_database = "1.0.0"
|
|
rbx_types = "2.0.0"
|