From 880ba0fd1d05faf98588cc326b3d9fbe625ebf2b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 9 Aug 2026 11:13:06 +0900 Subject: refactor(symfony-string): extract symfony/string into the shirabe-symfony-string crate Move `Symfony\Component\String` out of shirabe-external-packages and into its own crate, so the path is `shirabe_symfony_string::ByteString` instead of `shirabe_external_packages::symfony::string::ByteString`. Co-Authored-By: Claude Opus 5 (1M context) --- crates/shirabe-symfony-string/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 crates/shirabe-symfony-string/Cargo.toml (limited to 'crates/shirabe-symfony-string/Cargo.toml') diff --git a/crates/shirabe-symfony-string/Cargo.toml b/crates/shirabe-symfony-string/Cargo.toml new file mode 100644 index 00000000..110118e7 --- /dev/null +++ b/crates/shirabe-symfony-string/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "shirabe-symfony-string" +version.workspace = true +edition.workspace = true + +[dependencies] +shirabe-php-shim.workspace = true + +[lints] +workspace = true -- cgit v1.3.1-4-g156e