Some checks failed
Native code generation / deterministic (push) Failing after 2m0s
Imaging and meshing gate / native (push) Failing after 4m11s
JPEG 2000 feature / linux (push) Successful in 2m52s
Native Rust workspace compile / compile (push) Failing after 6m15s
Skia feature / linux (push) Has been cancelled
15 lines
363 B
TOML
15 lines
363 B
TOML
[package]
|
|
name = "libremetaverse-rlv"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Bounded native RLV protocol parsing and compatibility types for MetaCrate"
|
|
|
|
[dependencies]
|
|
libremetaverse-types = { path = "../libremetaverse-types" }
|
|
|
|
[lints]
|
|
workspace = true
|