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