mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 12:05:53 +00:00
11 lines
229 B
TOML
11 lines
229 B
TOML
[package]
|
|
name = "delphi-cel-experiment"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
cel = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|