blob: 6dd019876d1b906e0114efd0a8e9d1d44a2b02b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "shirabe-symfony-finder"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "A Rust port of symfony/finder"
repository.workspace = true
license.workspace = true
[dependencies]
shirabe-php-shim.workspace = true
anyhow.workspace = true
chrono.workspace = true
indexmap.workspace = true
regex.workspace = true
[lints]
workspace = true
|