20 lines
519 B
TOML
20 lines
519 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" }
|
|
|
|
[features]
|
|
default = []
|
|
live-grid = ["metacrate-grid-agent/live-grid"]
|
|
|
|
[lints]
|
|
workspace = true
|