mirror of
https://github.com/lexmount/moli.git
synced 2026-09-27 16:01:31 +00:00
13 lines
213 B
TOML
13 lines
213 B
TOML
[package]
|
|
license.workspace = true
|
|
name = "moli-shared-worker"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
moli-storage-key = { path = "../moli-storage-key" }
|
|
parking_lot = "0.12"
|
|
|
|
[lints]
|
|
workspace = true
|