16 lines
369 B
TOML
16 lines
369 B
TOML
[package]
|
|
name = "jay-toml"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Internal TOML parser used by Jay"
|
|
repository = "https://github.com/mahkoh/jay"
|
|
|
|
[dependencies]
|
|
bstr = { version = "1.9.1", default-features = false }
|
|
indexmap = "2.2.5"
|
|
thiserror = "2.0.11"
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0.114"
|
|
walkdir = "2.5.0"
|