Implement safe public LSL delivery (#129)
This commit is contained in:
16
crates/metacrate-lsl-tools/Cargo.toml
Normal file
16
crates/metacrate-lsl-tools/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "metacrate-lsl-tools"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Native LSL lexer and parser tooling for the MetaCrate LibreMetaverse rewrite"
|
||||
|
||||
[dependencies]
|
||||
libremetaverse-types = { version = "0.0.1", path = "../libremetaverse-types" }
|
||||
unicode-general-category = "1.1"
|
||||
regex = "1"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Reference in New Issue
Block a user