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