Files
MetaCrate/crates/metacrate/Cargo.toml
Chili Palmer a749111657
Some checks failed
CI / rust-skia (Rust only) (push) Successful in 2m45s
CI / required (push) Failing after 1m0s
Implement safe public LSL delivery (#129)
2026-08-18 10:38:12 +02:00

16 lines
447 B
TOML

[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