This commit is contained in:
+8
-3
@@ -1,11 +1,17 @@
|
||||
[workspace]
|
||||
members = ["apps/lumbridge", "crates/lumbridge-core"]
|
||||
members = [
|
||||
"apps/lumbridge",
|
||||
"crates/lumbridge-buzz",
|
||||
"crates/lumbridge-core",
|
||||
"crates/lumbridge-storage",
|
||||
]
|
||||
exclude = ["spikes"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.1"
|
||||
edition = "2024"
|
||||
rust-version = "1.85"
|
||||
rust-version = "1.94"
|
||||
license = "Apache-2.0"
|
||||
repository = "https://git.karti.ai/lumbridge-public/lumbridge-code"
|
||||
|
||||
@@ -15,4 +21,3 @@ unsafe_code = "forbid"
|
||||
[workspace.lints.clippy]
|
||||
all = "warn"
|
||||
pedantic = "warn"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user