Implement safe public LSL delivery (#129)
This commit is contained in:
15
crates/metacrate/Cargo.toml
Normal file
15
crates/metacrate/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "metacrate"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Native MetaCrate APIs outside the LibreMetaverse compatibility surface"
|
||||
|
||||
[dependencies]
|
||||
metacrate-grid-agent = { version = "0.0.1", path = "../metacrate-grid-agent" }
|
||||
metacrate-lsl-tools = { version = "0.0.1", path = "../metacrate-lsl-tools" }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Reference in New Issue
Block a user