17 lines
358 B
TOML
17 lines
358 B
TOML
[package]
|
|
name = "lumbridge-buzz"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
buzz-sdk = { git = "https://github.com/block/buzz.git", rev = "cb3144999bebc4939cb15b2200b373281d493b52" }
|
|
nostr = "0.44"
|
|
thiserror = "2"
|
|
uuid = "1"
|
|
|
|
[lints]
|
|
workspace = true
|