mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 00:01:25 +00:00
17 lines
346 B
TOML
17 lines
346 B
TOML
[package]
|
|
license.workspace = true
|
|
name = "moli-webapi-declare"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
moli-v8-util = { path = "../moli-v8-util" }
|
|
moli-webapi-declare-derive = { path = "../moli-webapi-declare-derive" }
|
|
v8 = "152.2.0"
|
|
|
|
[dev-dependencies]
|
|
moli-v8-test-util = { path = "../moli-v8-test-util" }
|
|
|
|
[lints]
|
|
workspace = true
|