13 lines
241 B
TOML
13 lines
241 B
TOML
[package]
|
|
name = "lumbridge-core"
|
|
description = "Domain contracts for Lumbridge"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|