This commit is contained in:
Daniil Gentili 2023-10-11 19:36:12 +02:00
parent 96e444f38b
commit 043a30008e

View File

@ -9,7 +9,7 @@ publish = false
crate-type = ["cdylib"] crate-type = ["cdylib"]
[dependencies] [dependencies]
php-tokio = "^0.1.3" php-tokio = "^0.1.4"
ext-php-rs = { version = "^0.10.2", features = ["anyhow"] } ext-php-rs = { version = "^0.10.2", features = ["anyhow"] }
reqwest = "^0.11" reqwest = "^0.11"
anyhow = "^1.0" anyhow = "^1.0"