mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 00:01:25 +00:00
13 lines
229 B
TOML
13 lines
229 B
TOML
[package]
|
|
license.workspace = true
|
|
name = "moli-script"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
moli-page-types = { path = "../moli-page-types" }
|
|
moli-web-mime = { path = "../moli-web-mime" }
|
|
|
|
[lints]
|
|
workspace = true
|