aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7c7f2b53..e9ce73bf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2133,6 +2133,7 @@ dependencies = [
"shirabe-pcre",
"shirabe-php-shim",
"shirabe-semver",
+ "shirabe-symfony-string",
]
[[package]]
@@ -2214,6 +2215,13 @@ dependencies = [
]
[[package]]
+name = "shirabe-symfony-string"
+version = "0.0.1"
+dependencies = [
+ "shirabe-php-shim",
+]
+
+[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"