[package] name = "lune-roblox" publish = false version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true description.workspace = true readme.workspace = true keywords.workspace = true categories.workspace = true [lib] name = "lune_roblox" path = "src/lib.rs" [dependencies] mlua.workspace = true thiserror = "1.0" rbx_binary = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "ce4c5bf7b18c813417ad14cc37e5abe281dfb51a" } rbx_dom_weak = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "ce4c5bf7b18c813417ad14cc37e5abe281dfb51a" } rbx_reflection = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "ce4c5bf7b18c813417ad14cc37e5abe281dfb51a" } rbx_reflection_database = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "ce4c5bf7b18c813417ad14cc37e5abe281dfb51a" } rbx_xml = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "ce4c5bf7b18c813417ad14cc37e5abe281dfb51a" } # TODO: Split lune lib out into something like lune-core so # that we can use filesystem and async apis in this crate