25 lines
591 B
TOML
25 lines
591 B
TOML
[package]
|
|
name = "roblox_emulator"
|
|
version = "0.5.2"
|
|
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 = "4.1.0"
|
|
rbx_reflection = "6.1.0"
|
|
rbx_reflection_database = "2.0.2"
|
|
rbx_types = "3.1.0"
|
|
|
|
[lints]
|
|
workspace = true
|