12 lines
278 B
TOML
12 lines
278 B
TOML
[package]
|
|
name = "libremetaverse-types"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Core value-type shims for the MetaCrate LibreMetaverse rewrite"
|
|
|
|
[lints]
|
|
workspace = true
|