blob: 06b0e160d0bfa10007c410ac594d44888273d5ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "shirabe-seld-json-lint"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "A Rust port of seld/jsonlint"
repository.workspace = true
license.workspace = true
[dependencies]
shirabe-php-shim.workspace = true
anyhow.workspace = true
[lints]
workspace = true
|