mirror of
https://github.com/CloudNebulaProject/refraction-forger.git
synced 2026-04-10 13:20:40 +00:00
15 lines
295 B
TOML
15 lines
295 B
TOML
|
|
[package]
|
||
|
|
name = "spec-parser"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition.workspace = true
|
||
|
|
rust-version.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
knuffel = { workspace = true }
|
||
|
|
miette = { workspace = true }
|
||
|
|
thiserror = { workspace = true }
|
||
|
|
serde = { workspace = true }
|
||
|
|
|
||
|
|
[dev-dependencies]
|
||
|
|
tempfile = { workspace = true }
|