mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 00:01:25 +00:00
13 lines
227 B
TOML
13 lines
227 B
TOML
[package]
|
|
license.workspace = true
|
|
name = "moli-owner-queue"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
parking_lot = "0.12"
|
|
tokio = { version = "1.51.0", features = ["macros", "rt", "sync"] }
|
|
|
|
[lints]
|
|
workspace = true
|