forked from StrafesNET/strafe-project
25 lines
634 B
TOML
25 lines
634 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.11.3", features = ["luau"] }
|
|
phf = { version = "0.13.1", features = ["macros"] }
|
|
rbx_dom_weak = { version = "3.0.1-sn5", registry = "strafesnet" }
|
|
rbx_reflection = "5.0.0"
|
|
rbx_reflection_database = "1.0.0"
|
|
rbx_types = "2.0.0"
|
|
|
|
[lints]
|
|
workspace = true
|