22 lines
723 B
TOML
Raw Normal View History

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