Fix include

This commit is contained in:
Daniil Gentili 2023-08-27 17:45:36 +02:00
parent 07e8c5f7c7
commit d1cdf8f594
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -11,9 +11,9 @@ edition = "2021"
[dependencies] [dependencies]
nicelocal-ext-php-rs = "0.10.3" nicelocal-ext-php-rs = "0.10.3"
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
tokio-pipe = "*" tokio-pipe = "^0.2"
lazy_static = "1.4.0" lazy_static = "1.4.0"
libc = "*" libc = "^0.2"
php-tokio-derive = { version = "=0.1.0", path = "./crates/macros" } php-tokio-derive = { version = "=0.1.0", path = "./crates/macros" }